wok view libmnl-dev/receipt @ rev 14573
Transmission-cli shouldn't install Transmission-gtk
author | Brenton Scott <admin@trixarian.net> |
---|---|
date | Fri May 24 18:26:23 2013 +0200 (2013-05-24) |
parents | 6abfd5284585 |
children | 01010da01a4a |
line source
1 # Slitaz package receipt.
3 PACKAGE="libmnl-dev"
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="GNU GPLv2"
9 WEB_SITE="http://www.netfilter.org/projects/$PACKAGE/index.html"
10 WANTED="libmnl"
11 DEPENDS="libmnl"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -ar $install/usr/include $fs/usr
18 cp -ar $install/usr/lib/pkgconfig $fs/usr/lib/
19 }