wok-current view wv-dev/receipt @ rev 22500

updated aspell-it again (2.2_20050523-0 -> 2.4_20070901-0)
author Hans-G?nter Theisgen
date Wed Jan 01 09:45:35 2020 +0100 (2020-01-01)
parents 3af9c976b7d4
children d1080b3cc5b0
line source
1 # SliTaz package receipt.
3 PACKAGE="wv-dev"
4 VERSION="1.2.9"
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 }