wok view gpm-dev/receipt @ rev 7525

Fixed thunderbird-langpkg-de to save de.xpi as thunderbird-langpkg-de-VERSION.xpi in src repo folder.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Dec 05 21:17:30 2010 +0000 (2010-12-05)
parents c9eb9aa2daa4
children 0686ab55b55a
line source
1 # SliTaz package receipt.
3 PACKAGE="gpm-dev"
4 VERSION="1.20.6"
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 }