wok-next annotate afpfs-ng/receipt @ rev 21543

updated ccid (1.4.30 -> 1.4.32)
author Hans-G?nter Theisgen
date Sun Jun 21 17:20:25 2020 +0100 (2020-06-21)
parents 0e09a7ca6ab6
children
rev   line source
slaxemulator@19739 1 # SliTaz package receipt v2.
pascal@11213 2
pascal@11213 3 PACKAGE="afpfs-ng"
al@20957 4 VERSION="0.8.2.postgit20150729"
al@20957 5 COMMIT="f6e24eb"
pascal@11213 6 CATEGORY="system-tools"
al@20706 7 SHORT_DESC="Client for the Apple Filing Protocol (AFP)"
pascal@11213 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15362 9 LICENSE="GPL2"
al@20957 10 WEB_SITE="https://github.com/simonvetter/afpfs-ng"
al@20527 11
al@20957 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20957 13 WGET_URL="https://github.com/simonvetter/afpfs-ng/archive/$COMMIT.tar.gz"
pascal@11213 14
al@20957 15 # Latest version 0.8.1 is on SourceForge.
al@20957 16 # Github version isn't tagged as 0.8.2, but "0.8.2" mentioned in the initial
al@20957 17 # commit message.
al@20957 18
al@20957 19 BUILD_DEPENDS="gfortran libgcrypt-dev fuse2-dev readline-dev"
pascal@15362 20
al@20527 21 compile_rules() {
al@20957 22 ./configure \
al@20957 23 --disable-static \
al@20957 24 $CONFIGURE_ARGS &&
al@20569 25 fix libtool &&
al@20569 26 make &&
al@20957 27 make install || return 1
al@20957 28
al@20957 29 cook_pick_docs AUTHORS ChangeLog NEWS README.md
pascal@11213 30 }
pascal@11213 31
al@20527 32 genpkg_rules() {
al@20957 33 copy @std
al@20957 34 DEPENDS="fuse2 libgcrypt readline"
pascal@11213 35 }