wok diff libtirpc/receipt @ rev 16102

Add libcaca (hopefully)
author Paul Issott <paul@slitaz.org>
date Tue Mar 18 20:06:52 2014 +0000 (2014-03-18)
parents f2b2d2f2961b
children ac2ee8823dfa
line diff
     1.1 --- a/libtirpc/receipt	Mon Sep 13 16:40:54 2010 +0200
     1.2 +++ b/libtirpc/receipt	Tue Mar 18 20:06:52 2014 +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  }