wok-next diff tcpcrypt/receipt @ rev 18265
Add perl-crypt-blowfish
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Thu Aug 06 02:14:05 2015 +0000 (2015-08-06) |
parents | 25aecd618f54 |
children | 0a667524ce79 |
line diff
1.1 --- a/tcpcrypt/receipt Fri Aug 22 18:28:40 2014 +0200 1.2 +++ b/tcpcrypt/receipt Thu Aug 06 02:14:05 2015 +0000 1.3 @@ -7,7 +7,7 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 LICENSE="BSD" 1.6 WEB_SITE="http://tcpcrypt.org/" 1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WGET_URL="git|git://github.com/scslab/tcpcrypt.git" 1.10 1.11 DEPENDS="libcrypto libnetfilter_queue libnfnetlink libcap libmnl iptables" 1.12 @@ -18,6 +18,7 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src/user 1.16 + mkdir m4 1.17 ./bootstrap.sh 1.18 ./configure --prefix=/usr $CONFIGURE_ARGS && 1.19 make &&