diff options
author | sibel <lesibel@free.fr> | 2011-02-26 11:17:34 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-02-26 11:17:34 +0100 |
commit | 69d97e981a8e664d66e54270039aeb1980ac7e1f (patch) | |
tree | e9b2994c0878e2e58cfd7b860ffc456d222836b6 /base/libnl/Pkgfile | |
parent | 2682e44e18dce9ac587d05a6627c7b855dbc9093 (diff) | |
download | nutyx-pakxe-69d97e981a8e664d66e54270039aeb1980ac7e1f.tar.gz nutyx-pakxe-69d97e981a8e664d66e54270039aeb1980ac7e1f.tar.bz2 nutyx-pakxe-69d97e981a8e664d66e54270039aeb1980ac7e1f.tar.xz nutyx-pakxe-69d97e981a8e664d66e54270039aeb1980ac7e1f.zip |
libnl, maj 2.0-1
Diffstat (limited to 'base/libnl/Pkgfile')
-rw-r--r-- | base/libnl/Pkgfile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/base/libnl/Pkgfile b/base/libnl/Pkgfile index 2eb2acd03..5a0e43f6b 100644 --- a/base/libnl/Pkgfile +++ b/base/libnl/Pkgfile @@ -5,17 +5,12 @@ # Depends on: name=libnl -version=1.1 -release=2 -source=(http://kiao.no-ip.info/sources/$name-$version.tar.gz - libnl-1.1-fix-compilation.patch - ) - +version=2.0 +release=1 +source=(http://www.infradead.org/~tgr/$name/files/$name-$version.tar.gz) build() { cd $name-$version - patch -Np1 -i ../libnl-1.1-fix-compilation.patch - ./configure --prefix=/usr make make DESTDIR=$PKG install |