wok view gpm-extra/receipt @ rev 16027

Add to ARM: libnl, wpa_supplicant, wput
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 08 07:29:53 2014 +0100 (2014-03-08)
parents 5ea9ca3cd82e
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="gpm-extra"
4 VERSION="1.20.7"
5 CATEGORY="misc"
6 SHORT_DESC="Mouse server for console, extra files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.nico.schottelius.org/software/gpm/"
10 WANTED="gpm"
11 HOST_ARCH="i486 arm"
13 DEPENDS="gpm"
15 # Just to be sure when cross-compiling.
16 testsuite()
17 {
18 readelf -h $install/usr/bin/gpm-root
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $install/usr/bin $fs/usr
26 }