diff options
author | piernov <piernov@piernov.org> | 2012-02-22 22:07:04 +0000 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-02-22 22:07:04 +0000 |
commit | 2b0c6c1be32809a79892dd19ed284e97e196a80d (patch) | |
tree | 56e174950605f514f32682e807737d90bbb40586 /libnl2/Pkgfile | |
parent | ac2686c67fe10b75d0384fd96f4201a9bb066dfa (diff) | |
download | nutyx-pakxe-2b0c6c1be32809a79892dd19ed284e97e196a80d.tar.gz nutyx-pakxe-2b0c6c1be32809a79892dd19ed284e97e196a80d.tar.bz2 nutyx-pakxe-2b0c6c1be32809a79892dd19ed284e97e196a80d.tar.xz nutyx-pakxe-2b0c6c1be32809a79892dd19ed284e97e196a80d.zip |
libnl2 ajout port
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 +} |