wok view libmnl/receipt @ rev 19385

jpeg-turbo: --with-jpeg8
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Aug 20 03:35:47 2016 +0200 (2016-08-20)
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 }