Re: a cook-receipt for fcitx-4.0.0

[ Thread Index | Date Index | More lists.tuxfamily.org/slitaz Archives ]


I added your package. I'm using _all source so there is no need to download anything. This is mostly for source dvd.

2010/11/23 燃燒的羅密歐 <lufeng369@xxxxxxxxx>
# SliTaz package receipt.

PACKAGE="fcitx"
VERSION="4.0.0"
CATEGORY="x-window"
SHORT_DESC="Free Chinese Input Toy of X,a collection of Simplified Chinese input methods for Linux"
MAINTAINER="lufeng369@xxxxxxxxx"
DEPENDS="dbus pango"
BUILD_DEPENDS="intltool xorg-libXrender-dev pkg-config cairo-dev pango-dev"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://code.google.com/p/fcitx/"
WGET_URL="http://fcitx.googlecode.com/files/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure \
        --prefix=/usr &&
    make && make DESTDIR=$PWD/_pkg install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $_pkg/usr $fs/
}





Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/