wok view libmnl/receipt @ rev 20723
updated aspell (0.60.6 -> 0.60.6.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 08 16:54:23 2019 +0100 (2019-02-08) |
parents | 01010da01a4a |
children | be09ecfec9dc |
line source
1 # SliTaz package receipt.
3 PACKAGE="libmnl"
4 VERSION="1.0.3"
5 CATEGORY="network"
6 SHORT_DESC="A minimalistic user-space library oriented to Netlink developers."
7 MAINTAINER="samuel_trassare@yahoo.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.netfilter.org/projects/$PACKAGE/index.html"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://www.netfilter.org/projects/$PACKAGE/files/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs/usr/lib
23 cp -a $install/usr/lib/lib* $fs/usr/lib/
24 }