wok view scim-dev/receipt @ rev 4669

Up: python-bpython (0.9.5.2)
author Claudinei Pereira <claudinei@slitaz.org>
date Tue Dec 29 10:58:34 2009 +0000 (2009-12-29)
parents 310312c58128
children 20b9600c7f0c
line source
1 PACKAGE="scim-dev"
2 VERSION="1.4.9"
3 CATEGORY="development"
4 SHORT_DESC="Smart Common Input Method (SCIM) development files."
5 MAINTAINER="rocky@slitaz.org"
6 DEPENDS="scim"
7 WEB_SITE="http://www.scim-im.org/"
8 WANTED="scim"
10 # Rules to gen a SliTaz package suitable for Tazpkg.
11 genpkg_rules()
12 {
13 mkdir -p $fs/usr
14 cp -a $_pkg/usr/lib $fs/usr
15 cp -a $_pkg/usr/include $fs/usr
16 find $fs/usr/lib -type f -not -name '*a' -exec rm {} \;
17 find $fs/usr/lib -type l -exec rm {} \;
18 cp -a $_pkg/usr/lib/pkgconfig/* $fs/usr/lib/pkgconfig
19 }