wok-6.x view libnl1/receipt @ rev 16900

libpng: sec. CVE-2011-3048 CVE-2012-3386 & MemLeak fixes,oth.. Up from 1.2.47 to 1.2.51
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Jul 15 02:56:01 2014 +0300 (2014-07-15)
parents 1e434243dc31
children 8dd8bab3f0ca
line source
1 # SliTaz package receipt.
3 PACKAGE="libnl1"
4 VERSION="1.1.4"
5 SOURCE="libnl"
6 CATEGORY="network"
7 SHORT_DESC="netlink library."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="LGPL2.1"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://people.suug.ch/~tgr/libnl"
12 WGET_URL="$WEB_SITE/files/$TARBALL"
14 BUILD_DEPENDS="flex"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/lib $fs/usr
28 }