wok view libnl1/receipt @ rev 23705

updated tmate (2.3.1 -> 2.4.0)
author Hans-G?nter Theisgen
date Tue Apr 28 14:06:33 2020 +0100 (2020-04-28)
parents 4904e3d374a9
children 83b97236db32
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://www.infradead.org/~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 }