wok view gpm-extra/receipt @ rev 14929

Up: eina-dev (1.7.8)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:15:33 2013 +0200 (2013-08-08)
parents 3bf8d473ac5d
children 380ffe05937a
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 WEB_SITE="http://www.nico.schottelius.org/software/gpm/"
9 WANTED="gpm"
10 HOST_ARCH="i486 arm"
12 DEPENDS="gpm"
14 # Just to be sure when cross-compiling.
15 testsuite()
16 {
17 readelf -h $install/usr/bin/gpm-root
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr
24 cp -a $install/usr/bin $fs/usr
25 }