wok view enchant-dev/receipt @ rev 16154
remove libtaz, see http://hg.slitaz.org/slitaz-dev-tools/rev/712c188572fc
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 28 14:10:02 2014 +0000 (2014-03-28) |
parents | 223b265f40fd |
children | 128aae84d74c |
line source
1 # SliTaz package receipt.
3 PACKAGE="enchant-dev"
4 VERSION="1.6.0"
5 CATEGORY="development"
6 SHORT_DESC="Devel files for enchant."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WANTED="enchant"
10 WEB_SITE="http://www.abisource.com/projects/enchant/"
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/lib/enchant $fs/usr/lib
21 rm $fs/usr/lib/enchant/*.so
22 cp -a $install/usr/include $fs/usr
23 }