wok view scim-dev/receipt @ rev 1699

Add: get-eclipse-pdt, get and install eclipse PDT
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Nov 13 00:04:59 2008 +0100 (2008-11-13)
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 }