wok-6.x diff libfcitx/receipt @ rev 10963

opencc: Fixed WGET_URL.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Sep 20 12:34:12 2011 +0000 (2011-09-20)
parents
children 79a6b0b967a1
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libfcitx/receipt	Tue Sep 20 12:34:12 2011 +0000
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libfcitx"
     1.7 +VERSION="4.1.1"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="The libfcitx package provides shared libraries for FCITX."
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11 +DEPENDS=""
    1.12 +WEB_SITE="http://code.google.com/p/fcitx/"
    1.13 +WANTED="fcitx"
    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/lib/fcitx/
    1.19 +    cp -a $_pkg/usr/lib/fcitx/*.so $fs/usr/lib/fcitx/
    1.20 +    cp -a $_pkg/usr/lib/libfcitx*.so.* $fs/usr/lib/
    1.21 +}