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

palemoon: try 2: fatal error: sys/int_types.h
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 19:56:44 2018 +0000 (2018-06-13)
parents 835b3b8ce6ac
children ede906abe532
line source
1 # SliTaz package receipt v2.
3 PACKAGE="afpfs-ng"
4 VERSION="0.8.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Client for the Apple Filing Protocol (AFP)"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://sites.google.com/site/alexthepuffin/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="automake libtool gfortran libgcrypt-dev readline-dev gmp-dev \
15 fuse2-dev libgpg-error-dev"
16 SPLIT="afpfs-ng-dev"
18 compile_rules() {
19 autoreconf -fi
21 ./configure $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 afpfs-ng)
30 copy @std
31 DEPENDS="fuse2 libgcrypt readline"
32 ;;
33 *-dev) copy @dev;;
34 esac
35 }