wok annotate afpfs-ng/receipt @ rev 20710

updated apng2gif (1.50 -> 1.8)
author Hans-G?nter Theisgen
date Wed Feb 06 16:25:31 2019 +0100 (2019-02-06)
parents 45507bfb2b0d
children 5f6c5106b1f5
rev   line source
pascal@11213 1 # SliTaz package receipt.
pascal@11213 2
pascal@11213 3 PACKAGE="afpfs-ng"
pascal@11213 4 VERSION="0.8.1"
pascal@11213 5 CATEGORY="system-tools"
pascal@11213 6 SHORT_DESC="The free afpfs driver."
pascal@11213 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15362 8 LICENSE="GPL2"
al@19275 9 WEB_SITE="http://alexthepuffin.googlepages.com/"
pascal@11213 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@11213 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@11213 12
pascal@15362 13 DEPENDS="fuse libgcrypt readline gmp"
al@19275 14 BUILD_DEPENDS="libgcrypt-dev readline-dev gmp-dev fuse-dev automake"
pascal@15362 15
pascal@11213 16 # Rules to configure and make the package.
pascal@11213 17 compile_rules()
pascal@11213 18 {
pascal@11213 19 ./configure $CONFIGURE_ARGS &&
pascal@11213 20 make && make install
pascal@11213 21 }
pascal@11213 22
pascal@11213 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11213 24 genpkg_rules()
pascal@11213 25 {
pascal@11213 26 mkdir -p $fs/usr/lib
pascal@11213 27 cp -a $install/usr/bin $fs/usr
pascal@11213 28 cp -a $install/usr/lib/*.so* $fs/usr/lib
pascal@11213 29 }