diff options
author | piernov <piernov@piernov.org> | 2012-03-04 07:37:21 +0000 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-03-04 07:37:21 +0000 |
commit | 86c07725c7f474965e10ed2c60d1cbd454a65624 (patch) | |
tree | ad1cd53643c06543823d3f83c668e175f03a04b3 /libnl2/Pkgfile | |
parent | 5bcf27a1b726477ddf1167138ac389c629f83788 (diff) | |
parent | b96171f6797c34a19feba65283ef0c286c321e28 (diff) | |
download | nutyx-pakxe-86c07725c7f474965e10ed2c60d1cbd454a65624.tar.gz nutyx-pakxe-86c07725c7f474965e10ed2c60d1cbd454a65624.tar.bz2 nutyx-pakxe-86c07725c7f474965e10ed2c60d1cbd454a65624.tar.xz nutyx-pakxe-86c07725c7f474965e10ed2c60d1cbd454a65624.zip |
gcc 4.6.3-1 màj port + Merge git://piernov.org/nutyx-pakxe
Diffstat (limited to 'libnl2/Pkgfile')
-rw-r--r-- | libnl2/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libnl2/Pkgfile b/libnl2/Pkgfile new file mode 100644 index 000000000..54ad74459 --- /dev/null +++ b/libnl2/Pkgfile @@ -0,0 +1,18 @@ +# Description: Librairie pour des application utilisants des sockets +# URL: http://people.suug.ch/~tgr/libnl +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=libnl2 +version=2.0 +release=1 +source=(http://www.infradead.org/~tgr/libnl/files/libnl-$version.tar.gz) + +build() { + cd libnl-$version + ./configure --prefix=/usr --sysconfdir=/etc + make + make DESTDIR=$PKG install + rm -f $PKG/etc/libnl/pktloc +} |