wok view libnl/receipt @ rev 14095

emacs-po-mode: fix bdeps
author Dominique Corbex <domcox@slitaz.org>
date Fri Feb 22 23:05:07 2013 +0100 (2013-02-22)
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 }