wok view abiword-dev/receipt @ rev 2381

rt2860sta: remove potential warning for tazpkg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 08 12:57:59 2009 +0000 (2009-03-08)
parents 2fe94d04fc6f
children f5677e5ac179
line source
1 # SliTaz package receipt.
3 PACKAGE="abiword-dev"
4 VERSION="2.6.4"
5 CATEGORY="development"
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 }