wok diff scim-tables-base/receipt @ rev 10243

Up: libmowgli to 0.9.50.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 01:42:40 2011 +0000 (2011-05-21)
parents
children 20b9600c7f0c
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/scim-tables-base/receipt	Sat May 21 01:42:40 2011 +0000
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="scim-tables-base"
     1.7 +VERSION="0.5.9"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="SCIM Generic Table Input Method base module."
    1.10 +MAINTAINER="rocky@slitaz.org"
    1.11 +DEPENDS="scim"
    1.12 +WANTED="scim-tables"
    1.13 +WEB_SITE="http://www.scim-im.org/"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +    mkdir -p $fs/usr
    1.19 +    cp -a $_pkg/usr/lib $fs/usr
    1.20 +    find $fs/usr/lib -name '*.la' -exec rm {} \;
    1.21 +}