wok view libnl1/receipt @ rev 14712

Add libnl1
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 09:04:29 2013 +0200 (2013-06-11)
parents
children 4904e3d374a9
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 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://people.suug.ch/~tgr/libnl"
11 WGET_URL="$WEB_SITE/files/$TARBALL"
13 BUILD_DEPENDS="flex"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/lib $fs/usr
27 }