From 7cf50fee5e23d830d8644a6692b4427b17d272a8 Mon Sep 17 00:00:00 2001 From: piernov Date: Fri, 27 Jan 2012 00:39:21 +0100 Subject: libnl 3.2.7-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libnl/Pkgfile | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'libnl/Pkgfile') diff --git a/libnl/Pkgfile b/libnl/Pkgfile index 5736cc7dc..63ff63aad 100644 --- a/libnl/Pkgfile +++ b/libnl/Pkgfile @@ -5,20 +5,13 @@ # Depends on: name=libnl -version=1.1 -release=2 -source=(http://www.infradead.org/~tgr/$name/files/$name-$version.tar.gz - libnl-1-1-vlan-header.patch - libnl-1.1-fix-compilation.patch) +version=3.2.7 +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 -# patch -Np1 -i ../libnl-1-1-vlan-header.patch - - ./configure --prefix=/usr + ./configure --prefix=/usr --sysconfdir=/etc make make DESTDIR=$PKG install - mkdir -p $PKG/usr/include/netlink -# cp -a include/netlink/cli $PKG/usr/include/netlink/cli } -- cgit v1.2.3-54-g00ecf