wok diff enet/receipt @ rev 19405

Up lrzip (0.630)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 09 15:37:22 2016 +0200 (2016-09-09)
parents 81200a5ef6b9
children d00daa25e4a8
line diff
     1.1 --- a/enet/receipt	Thu Nov 03 23:13:21 2011 +0100
     1.2 +++ b/enet/receipt	Fri Sep 09 15:37:22 2016 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="relatively thin, simple and robust network communication layer on top of UDP"
     1.6  MAINTAINER="devl547@gmail.com"
     1.7 +LICENSE="MIT"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://enet.bespin.org/"
    1.10  WGET_URL="$WEB_SITE/download/$TARBALL"
    1.11 @@ -16,13 +17,13 @@
    1.12  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.13  	--mandir=/usr/share/man --enable-crc32 $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/*a $fs/usr/lib
    1.24 -	cp -a $_pkg/usr/include $fs/usr
    1.25 +	cp -a $install/usr/lib/*a $fs/usr/lib
    1.26 +	cp -a $install/usr/include $fs/usr
    1.27  }