# HG changeset patch # User Aleksej Bobylev # Date 1527338686 -10800 # Node ID 0e09a7ca6ab6a58318909b6d99076daaaaf6f4a7 # Parent 891185000a0288462d119e2c650861322c1f1b55 afpfs-ng: update (b)deps diff -r 891185000a02 -r 0e09a7ca6ab6 afpfs-ng/receipt --- a/afpfs-ng/receipt Sat May 26 15:26:30 2018 +0300 +++ b/afpfs-ng/receipt Sat May 26 15:44:46 2018 +0300 @@ -3,18 +3,21 @@ PACKAGE="afpfs-ng" VERSION="0.8.1" CATEGORY="system-tools" -SHORT_DESC="The free afpfs driver" +SHORT_DESC="Client for the Apple Filing Protocol (AFP)" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://alexthepuffin.googlepages.com/" +WEB_SITE="https://sites.google.com/site/alexthepuffin/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -BUILD_DEPENDS="libgcrypt-dev readline-dev gmp-dev fuse2-dev automake" +BUILD_DEPENDS="automake libtool gfortran libgcrypt-dev readline-dev gmp-dev \ +fuse2-dev libgpg-error-dev" SPLIT="afpfs-ng-dev" compile_rules() { + autoreconf -fi + ./configure $CONFIGURE_ARGS && fix libtool && make && @@ -25,7 +28,7 @@ case $PACKAGE in afpfs-ng) copy @std - DEPENDS="fuse2 libgcrypt readline gmp" + DEPENDS="fuse2 libgcrypt readline" ;; *-dev) copy @dev;; esac