wok view abiword-dev/receipt @ rev 941

xarchive: enhance tar and cpio support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 24 13:47:32 2008 +0000 (2008-06-24)
parents 7cf3cf69e7e4
children 25b50c3dbac7
line source
1 # SliTaz package receipt.
3 PACKAGE="abiword-dev"
4 VERSION="2.6.3"
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 }