wok view scim-dev/receipt @ rev 2380

curl: back to 7.19.2 to fix firefox/flash crash
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 08 00:49:08 2009 +0100 (2009-03-08)
parents
children 310312c58128
line source
1 PACKAGE="scim-dev"
2 VERSION="1.4.7"
3 CATEGORY="development"
4 SHORT_DESC="Smart Common Input Method (SCIM) development files."
5 MAINTAINER="slitaz@pworld.otherinbox.com"
6 WEB_SITE="http://www.scim-im.org/"
7 WANTED="scim"
9 # Rules to gen a SliTaz package suitable for Tazpkg.
10 genpkg_rules()
11 {
12 mkdir -p $fs/usr
13 cp -a $_pkg/usr/include $fs/usr
14 cp -a $_pkg/usr/lib $fs/usr
15 find $fs/usr/lib -type f -not -name '*a' -exec rm {} \;
16 find $fs/usr/lib -type l -exec rm {} \;
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr
18 }