wok diff tcpcrypt/receipt @ rev 17157

syslinux: fix rockridge (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 15 23:31:45 2014 +0200 (2014-09-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	Mon Sep 15 23:31:45 2014 +0200
     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 &&