wok diff tcpcrypt/receipt @ rev 19214

Up tzdata(2016e)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 14 23:10:20 2016 +0300 (2016-06-14)
parents 25aecd618f54
children aa1584474883
line diff
     1.1 --- a/tcpcrypt/receipt	Fri Aug 22 18:28:40 2014 +0200
     1.2 +++ b/tcpcrypt/receipt	Tue Jun 14 23:10:20 2016 +0300
     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 &&