# HG changeset patch # User Samuel Trassare # Date 1362154554 28800 # Node ID d23ba35ad58b870a7b823d3d8d5ec0aca60d7dbb # Parent 43023d72cd298e7e02c34b520fd8cbf07bfc9f07 libnet(-dev): up 1.1.6 diff -r 43023d72cd29 -r d23ba35ad58b libnet-dev/receipt --- a/libnet-dev/receipt Fri Mar 01 17:56:25 2013 +0000 +++ b/libnet-dev/receipt Fri Mar 01 08:15:54 2013 -0800 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libnet-dev" -VERSION="1.1.5" +VERSION="1.1.6" CATEGORY="development" SHORT_DESC="devel files for libnet" MAINTAINER="slaxemulator@gmail.com" @@ -13,8 +13,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib } diff -r 43023d72cd29 -r d23ba35ad58b libnet/receipt --- a/libnet/receipt Fri Mar 01 17:56:25 2013 +0000 +++ b/libnet/receipt Fri Mar 01 08:15:54 2013 -0800 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libnet" -VERSION="1.1.5" +VERSION="1.1.6" CATEGORY="network" SHORT_DESC="A library which provides API for commonly used low-level net functions." MAINTAINER="slaxemulator@gmail.com" @@ -12,19 +12,18 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib }