wok-current diff afpfs-ng/receipt @ rev 23153
updated lxtask (0.1.8 -> 0.1.9)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 15 16:52:17 2020 +0100 (2020-03-15) |
parents | 45507bfb2b0d |
children | 5f6c5106b1f5 |
line diff
1.1 --- a/afpfs-ng/receipt Mon Jul 04 00:54:49 2016 +0300 1.2 +++ b/afpfs-ng/receipt Sun Mar 15 16:52:17 2020 +0100 1.3 @@ -6,20 +6,18 @@ 1.4 SHORT_DESC="The free afpfs driver." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="GPL2" 1.7 +WEB_SITE="http://alexthepuffin.googlepages.com/" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 -WEB_SITE="http://alexthepuffin.googlepages.com/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 1.12 DEPENDS="fuse libgcrypt readline gmp" 1.13 -BUILD_DEPENDS="libgcrypt-dev readline-dev gmp-dev fuse-dev gmp automake" 1.14 +BUILD_DEPENDS="libgcrypt-dev readline-dev gmp-dev fuse-dev automake" 1.15 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 ./configure $CONFIGURE_ARGS && 1.20 make && make install 1.21 - 1.22 - cook_compress_manpages 1.23 } 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg.