wok view libnl-tools/receipt @ rev 19195

Add: BVI. Fast and lightweight binary (hex) editor.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 10:28:32 2016 -0300 (2016-06-06)
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 }