wok-6.x diff libnl/receipt @ rev 13735

Up: pidgin (2.10.6)
author Alexander Medvedev <devl547@gmail.com>
date Tue Dec 25 20:59:04 2012 +0300 (2012-12-25)
parents 48a70b47742a
children 4904e3d374a9
line diff
     1.1 --- a/libnl/receipt	Wed May 18 02:13:31 2011 +0200
     1.2 +++ b/libnl/receipt	Tue Dec 25 20:59:04 2012 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libnl"
     1.7 -VERSION="1.1"
     1.8 +VERSION="3.2.13"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="netlink library."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -9,11 +9,12 @@
    1.13  WEB_SITE="http://people.suug.ch/~tgr/libnl"
    1.14  WGET_URL="$WEB_SITE/files/$TARBALL"
    1.15  
    1.16 +BUILD_DEPENDS="flex"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21  	cd $src
    1.22 -	busybox patch -p0 -i $stuff/libnl-1.1-ULONG_MAX.patch || return 1
    1.23  	./configure && make && make install
    1.24  }
    1.25  
    1.26 @@ -21,5 +22,5 @@
    1.27  genpkg_rules()
    1.28  {
    1.29  	mkdir -p $fs/usr
    1.30 -	cp -a $_pkg/usr/lib $fs/usr
    1.31 +	cp -a $install/usr/lib $fs/usr
    1.32  }