wok diff at/receipt @ rev 20557
Up iperf (2.0.9)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 12 18:18:52 2018 +0100 (2018-12-12) |
parents | e3270f32432e |
children | 40c9c6b1e4c6 |
line diff
1.1 --- a/at/receipt Wed Jul 06 00:15:11 2016 +0200 1.2 +++ b/at/receipt Wed Dec 12 18:18:52 2018 +0100 1.3 @@ -10,6 +10,7 @@ 1.4 TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" 1.5 WGET_URL="http://ftp.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL" 1.6 1.7 +DEPENDS="flex" 1.8 BUILD_DEPENDS="bison flex ssmtp" 1.9 1.10 # Rules to configure and make the package. 1.11 @@ -34,4 +35,5 @@ 1.12 cp -a $install/etc $fs 1.13 cp -a $install/var $fs 1.14 cp -a $stuff/atd $fs/etc/init.d 1.15 + chmod 6755 $fs/usr/bin/at 1.16 }