diff options
author | sibel <lesibel@free.fr> | 2011-03-13 22:44:46 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-13 22:44:46 +0100 |
commit | a50e88dfedd28083f2e12148bb7937f2429847af (patch) | |
tree | 20ee5eea48dc64572d324bb9196959dcdf187c73 /base/libnl-1/Pkgfile | |
parent | 4768758abef70de13a183713164dadeb720c375b (diff) | |
download | nutyx-extra-a50e88dfedd28083f2e12148bb7937f2429847af.tar.gz nutyx-extra-a50e88dfedd28083f2e12148bb7937f2429847af.tar.bz2 nutyx-extra-a50e88dfedd28083f2e12148bb7937f2429847af.tar.xz nutyx-extra-a50e88dfedd28083f2e12148bb7937f2429847af.zip |
libnl-1, suppression port 1.1-1
Diffstat (limited to 'base/libnl-1/Pkgfile')
-rw-r--r-- | base/libnl-1/Pkgfile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/base/libnl-1/Pkgfile b/base/libnl-1/Pkgfile deleted file mode 100644 index 03facee09..000000000 --- a/base/libnl-1/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# 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 -} |