wok-next view afpfs-ng/receipt @ rev 21178

shaarli: up (0.10.4)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 19 15:44:03 2019 +0300 (2019-04-19)
parents 0e09a7ca6ab6
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="afpfs-ng"
4 VERSION="0.8.2.postgit20150729"
5 COMMIT="f6e24eb"
6 CATEGORY="system-tools"
7 SHORT_DESC="Client for the Apple Filing Protocol (AFP)"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://github.com/simonvetter/afpfs-ng"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/simonvetter/afpfs-ng/archive/$COMMIT.tar.gz"
15 # Latest version 0.8.1 is on SourceForge.
16 # Github version isn't tagged as 0.8.2, but "0.8.2" mentioned in the initial
17 # commit message.
19 BUILD_DEPENDS="gfortran libgcrypt-dev fuse2-dev readline-dev"
21 compile_rules() {
22 ./configure \
23 --disable-static \
24 $CONFIGURE_ARGS &&
25 fix libtool &&
26 make &&
27 make install || return 1
29 cook_pick_docs AUTHORS ChangeLog NEWS README.md
30 }
32 genpkg_rules() {
33 copy @std
34 DEPENDS="fuse2 libgcrypt readline"
35 }