wok-6.x view libnl/receipt @ rev 13725
busybox: fix nfs mount (bug 26)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri Dec 21 02:27:20 2012 +0000 (2012-12-21) |
parents | 48a70b47742a |
children | 4904e3d374a9 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libnl"
4 VERSION="3.2.13"
5 CATEGORY="network"
6 SHORT_DESC="netlink library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://people.suug.ch/~tgr/libnl"
10 WGET_URL="$WEB_SITE/files/$TARBALL"
12 BUILD_DEPENDS="flex"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $install/usr/lib $fs/usr
26 }