wok-6.x diff tcpcrypt/receipt @ rev 18816
lxpanel: fix post_install (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 15 17:18:19 2016 +0100 (2016-01-15) |
parents | 25aecd618f54 |
children | aa1584474883 |
line diff
1.1 --- a/tcpcrypt/receipt Fri Aug 22 18:28:40 2014 +0200 1.2 +++ b/tcpcrypt/receipt Fri Jan 15 17:18:19 2016 +0100 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 &&