wok-6.x view gpm-dev/receipt @ rev 5764
Add: bygfoot (2.2.1) - a football/soccer management game.
author | Ben Arnold <ben@seawolfsanctuary.com> |
---|---|
date | Mon Jul 05 12:55:29 2010 +0100 (2010-07-05) |
parents | |
children | e8163fc4cb28 |
line source
1 # SliTaz package receipt.
3 PACKAGE="gpm-dev"
4 VERSION="1.20.5"
5 CATEGORY="development"
6 SHORT_DESC="Mouse server for console, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="ftp://ftp.linux.it/pub/People/rubini/$PACKAGE"
9 WANTED="gpm"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib/*a $fs/usr/lib
17 }