wok-next view abiword-dev/receipt @ rev 2085
Up + fix udev (137) put all rules in /etc/udev according to udev.conf
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Jan 27 14:28:03 2009 +0100 (2009-01-27) |
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 }