wok view gpm-extra/receipt @ rev 17979

mtpaint: view external using GPicView, print image using Yad, view documentation online using TazWeb.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 18 17:02:44 2015 +0300 (2015-04-18)
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 }