wok-6.x rev 13463
Up libnl (3.2.13)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 08 09:54:41 2012 +0200 (2012-10-08) |
parents | 365a156417b6 |
children | f2ff76b6e8e2 |
files | libnl-dev/receipt libnl/receipt |
line diff
1.1 --- a/libnl-dev/receipt Mon Oct 08 00:14:17 2012 +0200 1.2 +++ b/libnl-dev/receipt Mon Oct 08 09:54:41 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libnl-dev" 1.7 -VERSION="1.1" 1.8 +VERSION="3.2.13" 1.9 CATEGORY="network" 1.10 SHORT_DESC="netlink library devel files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -13,6 +13,6 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr 1.16 - cp -a $_pkg/usr/include $fs/usr 1.17 + cp -a $install/usr/include $fs/usr 1.18 } 1.19
2.1 --- a/libnl/receipt Mon Oct 08 00:14:17 2012 +0200 2.2 +++ b/libnl/receipt Mon Oct 08 09:54:41 2012 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libnl" 2.7 -VERSION="1.1" 2.8 +VERSION="3.2.13" 2.9 CATEGORY="network" 2.10 SHORT_DESC="netlink library." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -9,11 +9,12 @@ 2.13 WEB_SITE="http://people.suug.ch/~tgr/libnl" 2.14 WGET_URL="$WEB_SITE/files/$TARBALL" 2.15 2.16 +BUILD_DEPENDS="flex" 2.17 + 2.18 # Rules to configure and make the package. 2.19 compile_rules() 2.20 { 2.21 cd $src 2.22 - busybox patch -p0 -i $stuff/libnl-1.1-ULONG_MAX.patch || return 1 2.23 ./configure && make && make install 2.24 } 2.25 2.26 @@ -21,5 +22,5 @@ 2.27 genpkg_rules() 2.28 { 2.29 mkdir -p $fs/usr 2.30 - cp -a $_pkg/usr/lib $fs/usr 2.31 + cp -a $install/usr/lib $fs/usr 2.32 }