wok-next rev 20706

afpfs-ng: update (b)deps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 26 15:44:46 2018 +0300 (2018-05-26)
parents 891185000a02
children 765ca39b5898
files afpfs-ng/receipt
line diff
     1.1 --- a/afpfs-ng/receipt	Sat May 26 15:26:30 2018 +0300
     1.2 +++ b/afpfs-ng/receipt	Sat May 26 15:44:46 2018 +0300
     1.3 @@ -3,18 +3,21 @@
     1.4  PACKAGE="afpfs-ng"
     1.5  VERSION="0.8.1"
     1.6  CATEGORY="system-tools"
     1.7 -SHORT_DESC="The free afpfs driver"
     1.8 +SHORT_DESC="Client for the Apple Filing Protocol (AFP)"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11 -WEB_SITE="http://alexthepuffin.googlepages.com/"
    1.12 +WEB_SITE="https://sites.google.com/site/alexthepuffin/"
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.16  
    1.17 -BUILD_DEPENDS="libgcrypt-dev readline-dev gmp-dev fuse2-dev automake"
    1.18 +BUILD_DEPENDS="automake libtool gfortran libgcrypt-dev readline-dev gmp-dev \
    1.19 +fuse2-dev libgpg-error-dev"
    1.20  SPLIT="afpfs-ng-dev"
    1.21  
    1.22  compile_rules() {
    1.23 +	autoreconf -fi
    1.24 +
    1.25  	./configure $CONFIGURE_ARGS &&
    1.26  	fix libtool &&
    1.27  	make &&
    1.28 @@ -25,7 +28,7 @@
    1.29  	case $PACKAGE in
    1.30  		afpfs-ng)
    1.31  			copy @std
    1.32 -			DEPENDS="fuse2 libgcrypt readline gmp"
    1.33 +			DEPENDS="fuse2 libgcrypt readline"
    1.34  			;;
    1.35  		*-dev) copy @dev;;
    1.36  	esac