wok view abiword-dev/receipt @ rev 632
Add: cups (Common UNIX Printing System)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 21 15:45:27 2008 +0200 (2008-04-21) |
parents | |
children | 2fe94d04fc6f |
line source
1 # SliTaz package receipt.
3 PACKAGE="abiword-dev"
4 VERSION="2.6.2"
5 CATEGORY="developement"
6 SHORT_DESC="Extra plugins for Abiword."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="abiword"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.abisource.com/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib $fs/usr
18 }