wok-current diff scim-tables/receipt @ rev 3549

Add scim-tables
author Liu Peng <rocky@slitaz.org>
date Tue Jun 23 12:47:10 2009 +0800 (2009-06-23)
parents
children dbf2180c7325
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/scim-tables/receipt	Tue Jun 23 12:47:10 2009 +0800
     1.3 @@ -0,0 +1,43 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="scim-tables"
     1.7 +VERSION="0.5.9"
     1.8 +CATEGORY="meta"
     1.9 +SHORT_DESC="SCIM Generic Table Input Method module meta package."
    1.10 +MAINTAINER="rocky@slitaz.org"
    1.11 +DEPENDS="scim scim-tables-base scim-tables-ja scim-tables-ko scim-tables-zh scim-tables-additional"
    1.12 +BUILD_DEPENDS="scim-dev expat-dev"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WEB_SITE="http://www.scim-im.org/"
    1.15 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.16 +LOCALE=""
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +    cd $src
    1.22 +    ./configure --prefix=/usr \
    1.23 +        --mandir=/usr/share/man \
    1.24 +        --disable-static \
    1.25 +        $CONFIGURE_ARGS &&
    1.26 +    make &&
    1.27 +    make DESTDIR=$PWD/_pkg install
    1.28 +}
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +    mkdir -p $fs/var
    1.34 +    for i in base ja ko zh additional
    1.35 +    do
    1.36 +        tazwok genpkg $PACKAGE-$i
    1.37 +    done
    1.38 +}
    1.39 +
    1.40 +clean_wok()
    1.41 +{
    1.42 +    for i in base ja ko zh additional
    1.43 +    do
    1.44 +        tazwok clean $PACKAGE-$i
    1.45 +    done
    1.46 +}