wok view gpm-extra/receipt @ rev 20374

Add xorg-xf86-video-modesetting
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 12 13:38:11 2018 +0200 (2018-06-12)
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 }