wok-6.x annotate rpcbind/receipt @ rev 16066
ARM: missing liblzma-dev, add acl libzip
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Mar 12 19:55:40 2014 +0100 (2014-03-12) |
parents | 94bf9b9b1da3 |
children | ac2ee8823dfa |
rev | line source |
---|---|
pascal@6257 | 1 # SliTaz package receipt. |
pascal@6257 | 2 |
pascal@6257 | 3 PACKAGE="rpcbind" |
pascal@6257 | 4 VERSION="0.2.0" |
pascal@6257 | 5 CATEGORY="network" |
pascal@6257 | 6 SHORT_DESC="RPC program numbers to universal addresses converter." |
pascal@6257 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15601 | 8 LICENSE="BSD" |
pascal@6257 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@6257 | 10 WEB_SITE="http://rpcbind.sourceforge.net/" |
pascal@6257 | 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@6257 | 12 DEPENDS="libtirpc" |
pascal@6257 | 13 BUILD_DEPENDS="libtirpc-dev" |
pascal@6257 | 14 |
pascal@6257 | 15 # Rules to configure and make the package. |
pascal@6257 | 16 compile_rules() |
pascal@6257 | 17 { |
pascal@6257 | 18 cd $src |
pascal@6257 | 19 ./configure --prefix=/usr --infodir=/usr/share/info \ |
pascal@6257 | 20 --mandir=/usr/share/man \ |
pascal@6257 | 21 $CONFIGURE_ARGS && |
pascal@6257 | 22 make && |
pascal@15601 | 23 make DESTDIR=$DESTDIR install |
pascal@6257 | 24 } |
pascal@6257 | 25 |
pascal@6257 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@6257 | 27 genpkg_rules() |
pascal@6257 | 28 { |
pascal@6257 | 29 mkdir -p $fs/usr |
pascal@15601 | 30 cp -a $install/usr/bin $fs/usr |
pascal@6257 | 31 } |