wok diff scim-dev/receipt @ rev 2732

Add: vcdimager, vcdimager-dev, vcdimager-xmltools
author Rohit Joshi <jozee@slitaz.org>
date Fri Apr 24 07:38:33 2009 +0000 (2009-04-24)
parents
children 310312c58128
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/scim-dev/receipt	Fri Apr 24 07:38:33 2009 +0000
     1.3 @@ -0,0 +1,18 @@
     1.4 +PACKAGE="scim-dev"
     1.5 +VERSION="1.4.7"
     1.6 +CATEGORY="development"
     1.7 +SHORT_DESC="Smart Common Input Method (SCIM) development files."
     1.8 +MAINTAINER="slitaz@pworld.otherinbox.com"
     1.9 +WEB_SITE="http://www.scim-im.org/"
    1.10 +WANTED="scim"
    1.11 +
    1.12 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.13 +genpkg_rules()
    1.14 +{
    1.15 +    mkdir -p $fs/usr
    1.16 +    cp -a $_pkg/usr/include $fs/usr
    1.17 +    cp -a $_pkg/usr/lib $fs/usr
    1.18 +    find $fs/usr/lib -type f -not -name '*a' -exec rm {} \;
    1.19 +    find $fs/usr/lib -type l -exec rm {} \;
    1.20 +    cp -a $_pkg/usr/lib/pkgconfig $fs/usr
    1.21 +}