wok-current diff libnl-tools/receipt @ rev 16395
UP: hostapd (2.1), fix libnl missing pkgconfig file and add to ARM with rfkill
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 16 03:02:41 2014 +0200 (2014-04-16) |
parents | |
children | 7b53d031ba71 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libnl-tools/receipt Wed Apr 16 03:02:41 2014 +0200 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libnl-tools" 1.7 +VERSION="3.2.13" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="The netlink tiny tools." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="LGPL2.1" 1.12 +WEB_SITE="http://people.suug.ch/~tgr/libnl" 1.13 +HOST_ARCH="i486 arm" 1.14 + 1.15 +WANTED="libnl" 1.16 +DEPENDS="libnl" 1.17 + 1.18 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.19 +genpkg_rules() 1.20 +{ 1.21 + mkdir -p $fs/usr 1.22 + cp -a $install/usr/sbin $fs/usr 1.23 +}