wok-stable view abiword-dev/receipt @ rev 9658

busybox: ensure $stuff is set (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 30 22:04:35 2011 +0200 (2011-04-30)
parents cc80cd019794
children
line source
1 # SliTaz package receipt.
3 PACKAGE="abiword-dev"
4 VERSION="2.8.6"
5 CATEGORY="development"
6 SHORT_DESC="Abiword devel files"
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="abiword"
9 WEB_SITE="http://www.abisource.com/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib/abiword-2.8/plugins
15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $_pkg/usr/lib/abiword-*/plugins/*.*a \
18 $fs/usr/lib/abiword-2.8/plugins
19 cp -a $_pkg/usr/include $fs/usr
20 }