diff options
author | sibel <lesibel@free.fr> | 2011-03-13 22:36:17 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-13 22:36:17 +0100 |
commit | 4768758abef70de13a183713164dadeb720c375b (patch) | |
tree | dd9a7d80777526542828a85d070d0fa75b093751 /base/libnl-1/Pkgfile | |
parent | 82707a004f63f71d64fc0371dad90eda9889a34c (diff) | |
download | nutyx-pakxe-4768758abef70de13a183713164dadeb720c375b.tar.gz nutyx-pakxe-4768758abef70de13a183713164dadeb720c375b.tar.bz2 nutyx-pakxe-4768758abef70de13a183713164dadeb720c375b.tar.xz nutyx-pakxe-4768758abef70de13a183713164dadeb720c375b.zip |
libnl-1, creation port 1.1-1
Diffstat (limited to 'base/libnl-1/Pkgfile')
-rw-r--r-- | base/libnl-1/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/base/libnl-1/Pkgfile b/base/libnl-1/Pkgfile new file mode 100644 index 000000000..03facee09 --- /dev/null +++ b/base/libnl-1/Pkgfile @@ -0,0 +1,19 @@ +# 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=libnl-1 +version=1.1 +release=1 +source=(http://www.infradead.org/~tgr/libnl/files/libnl-$version.tar.gz \ + libnl-1-fix-compilation.patch) + +build() { + cd libnl-$version + patch -Np1 -i ../libnl-1-fix-compilation.patch + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |