wok-6.x view libnl-tools/receipt @ rev 19192
syslinux: no i18n menu with custom config
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 05 16:28:03 2016 +0200 (2016-06-05) |
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 }