# HG changeset patch # User Pascal Bellard # Date 1349682881 -7200 # Node ID 5f4c4d8193183cfcc5106d3fe2a1d3c2f5bc1cb4 # Parent 365a156417b6ebc288805ebaf5f00f005b78df65 Up libnl (3.2.13) diff -r 365a156417b6 -r 5f4c4d819318 libnl-dev/receipt --- a/libnl-dev/receipt Mon Oct 08 00:14:17 2012 +0200 +++ b/libnl-dev/receipt Mon Oct 08 09:54:41 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libnl-dev" -VERSION="1.1" +VERSION="3.2.13" CATEGORY="network" SHORT_DESC="netlink library devel files." MAINTAINER="pascal.bellard@slitaz.org" @@ -13,6 +13,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/include $fs/usr } diff -r 365a156417b6 -r 5f4c4d819318 libnl/receipt --- a/libnl/receipt Mon Oct 08 00:14:17 2012 +0200 +++ b/libnl/receipt Mon Oct 08 09:54:41 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libnl" -VERSION="1.1" +VERSION="3.2.13" CATEGORY="network" SHORT_DESC="netlink library." MAINTAINER="pascal.bellard@slitaz.org" @@ -9,11 +9,12 @@ WEB_SITE="http://people.suug.ch/~tgr/libnl" WGET_URL="$WEB_SITE/files/$TARBALL" +BUILD_DEPENDS="flex" + # Rules to configure and make the package. compile_rules() { cd $src - busybox patch -p0 -i $stuff/libnl-1.1-ULONG_MAX.patch || return 1 ./configure && make && make install } @@ -21,5 +22,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr }