wok-6.x view gpm-extra/receipt @ rev 2293

tazndis: Remove linefeed on driver status.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Feb 22 23:25:10 2009 +0100 (2009-02-22)
parents
children dbf873bf74a8
line source
1 # SliTaz package receipt.
3 PACKAGE="gpm-extra"
4 VERSION="1.20.5"
5 CATEGORY="misc"
6 SHORT_DESC="Mouse server for console, extra 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
15 cp -a $_pkg/usr/bin $fs/usr
16 }