wok view scim-dev/receipt @ rev 11639

Add: sharedance
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Feb 03 00:27:22 2012 +0100 (2012-02-03)
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 }