wok diff sctp-tools/receipt @ rev 16557

Up: slitaz-base-files (5.6.2)
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 01 08:34:51 2014 +0200 (2014-05-01)
parents 0664f0e5d991
children 69be3deacda4
line diff
     1.1 --- a/sctp-tools/receipt	Tue Feb 16 11:46:50 2010 +0100
     1.2 +++ b/sctp-tools/receipt	Thu May 01 08:34:51 2014 +0200
     1.3 @@ -5,10 +5,12 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Stream Control Transmission Protocol tools."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2 LGPL2.1"
     1.8  SOURCE="lksctp-tools"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://lksctp.sourceforge.net/"
    1.11  WGET_URL="$SF_MIRROR/project/lksctp/lksctp/$SOURCE-$VERSION/$TARBALL"
    1.12 +
    1.13  DEPENDS="libsctp"
    1.14  
    1.15  # Rules to configure and make the package.
    1.16 @@ -20,15 +22,15 @@
    1.17  	--mandir=/usr/share/man \
    1.18  	$CONFIGURE_ARGS &&
    1.19  	make &&
    1.20 -	make DESTDIR=$PWD/_pkg install
    1.21 +	make DESTDIR=$DESTDIR install
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr/lib/lksctp-tools
    1.28 -	cp -a $_pkg/usr/bin $fs/usr
    1.29 -	cp -a $_pkg/usr/lib/lksctp-tools/libwithsctp.so* \
    1.30 +	cp -a $install/usr/bin $fs/usr
    1.31 +	cp -a $install/usr/lib/lksctp-tools/libwithsctp.so* \
    1.32  		$fs/usr/lib/lksctp-tools
    1.33  }
    1.34