wok view afpfs-ng/receipt @ rev 12600

Up apr-util (1.4.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 29 08:18:11 2012 +0200 (2012-04-29)
parents
children 617dbdeb6f7e
line source
1 # SliTaz package receipt.
3 PACKAGE="afpfs-ng"
4 VERSION="0.8.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="The free afpfs driver."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="fuse libgcrypt readline gmp"
9 BUILD_DEPENDS="libgcrypt-dev readline-dev gmp-dev fuse-dev gmp"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://alexthepuffin.googlepages.com/"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure $CONFIGURE_ARGS &&
19 make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib
26 cp -a $install/usr/bin $fs/usr
27 cp -a $install/usr/lib/*.so* $fs/usr/lib
28 }