mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/dnscrypt-wrapper: Updated for version 0.1.15.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
26fad1e5dd
commit
9afac4ffb5
4 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
--- Makefile.orig 2014-09-14 07:05:46.000000000 -0400
|
||||
+++ Makefile 2014-09-15 21:55:08.071351667 -0400
|
||||
@@ -160,7 +160,6 @@
|
||||
--- Makefile.orig 2015-01-05 09:31:31.000000000 -0500
|
||||
+++ Makefile 2015-01-09 17:08:08.892614735 -0500
|
||||
@@ -158,7 +158,6 @@
|
||||
@$(MAKE) -C argparse libargparse.a
|
||||
|
||||
argparse/argparse.h:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.43.3.
|
||||
.TH DNSCRYPT-WRAPPER "8" "December 2014" "dnscrypt-wrapper 0.1.14" "System Administration Utilities"
|
||||
.TH DNSCRYPT-WRAPPER "8" "January 2015" "dnscrypt-wrapper 0.1.15" "System Administration Utilities"
|
||||
.SH NAME
|
||||
dnscrypt-wrapper \- A server-side DNSCrypt proxy that adds DNSCrypt support to any name resolver.
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
# suggestion.
|
||||
|
||||
PRGNAM=dnscrypt-wrapper
|
||||
VERSION=${VERSION:-0.1.14}
|
||||
VERSION=${VERSION:-0.1.15}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -104,7 +104,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
|
||||
make
|
||||
mkdir -p $PKG/usr/bin
|
||||
make install BINDIR=$PKG/usr/bin
|
||||
make install prefix=$PKG/usr
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
@ -121,7 +121,7 @@ install -D -m 0644 $CWD/$PRGNAM.logrotate $PKG/etc/logrotate.d/$PRGNAM.new
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
COPYING DOCS README.md TODO \
|
||||
COPYING README.md TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
sed "s/@VERSION@/$VERSION/g" $CWD/README.Slackware > $PKG/usr/doc/$PRGNAM-$VERSION/README.Slackware
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
PRGNAM="dnscrypt-wrapper"
|
||||
VERSION="0.1.14"
|
||||
VERSION="0.1.15"
|
||||
HOMEPAGE="https://github.com/Cofyc/dnscrypt-wrapper"
|
||||
DOWNLOAD="https://github.com/Cofyc/dnscrypt-wrapper/archive/v0.1.14.tar.gz \
|
||||
DOWNLOAD="https://github.com/Cofyc/dnscrypt-wrapper/archive/v0.1.15.tar.gz \
|
||||
https://github.com/Cofyc/argparse/archive/2f310edc35e5adacaf738ccb9d73d9c23f4e38b1.tar.gz"
|
||||
MD5SUM="60479338e387c4fcf2293f73a660a06e \
|
||||
MD5SUM="b18f29f599feffc65dad0b0d87043a8e \
|
||||
8165f08226ca5ee68c08d5fa9b706202"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue