wok-6.x view wv-dev/receipt @ rev 15659
c_icap: do not start daemon while cooking
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 12 07:48:19 2013 +0000 (2013-12-12) |
parents | 7896f0694ef6 |
children | 9340d813aee3 |
line source
1 # SliTaz package receipt.
3 PACKAGE="wv-dev"
4 VERSION="1.2.5"
5 CATEGORY="x-window"
6 SHORT_DESC="WV (MS doc lib) devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="wv"
10 WEB_SITE="http://www.abisource.com/projects/"
12 DEPENDS="pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }