wok view libnl1/receipt @ rev 16757

Up sshfs-fuse (2.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 16 20:36:28 2014 +0200 (2014-06-16)
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 }