wok-next diff libtirpc/receipt @ rev 15608
hubbub: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 06 20:31:17 2013 +0000 (2013-12-06) |
parents | f2b2d2f2961b |
children | ac2ee8823dfa |
line diff
1.1 --- a/libtirpc/receipt Mon Sep 13 16:40:54 2010 +0200 1.2 +++ b/libtirpc/receipt Fri Dec 06 20:31:17 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Transport-Independent RPC library." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="BSD" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://libtirpc.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 @@ -17,14 +18,14 @@ 1.12 --mandir=/usr/share/man \ 1.13 $CONFIGURE_ARGS && 1.14 make && 1.15 - make DESTDIR=$PWD/_pkg install 1.16 + make DESTDIR=$DESTDIR install 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr/lib 1.23 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.24 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.25 - cp -a $_pkg/etc $fs 1.26 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.27 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.28 + cp -a $install/etc $fs 1.29 }