wok view libnl-tools/receipt @ rev 20008

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Wed Aug 02 14:08:19 2017 -0300 (2017-08-02)
parents fa39e0a3612e
children 8dd8bab3f0ca
line source
1 # SliTaz package receipt.
3 PACKAGE="libnl-tools"
4 VERSION="3.2.24"
5 CATEGORY="network"
6 SHORT_DESC="The netlink tiny tools."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://people.suug.ch/~tgr/libnl"
10 HOST_ARCH="i486 arm"
12 WANTED="libnl"
13 DEPENDS="libnl"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr
19 cp -a $install/usr/sbin $fs/usr
20 }