wok-next view stardict/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 679394fe1e46
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="stardict"
4 VERSION="3.0.6"
5 CATEGORY="utilities"
6 SHORT_DESC="A powerful international dictionary written in Gtk2"
7 MAINTAINER="lufeng369@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://stardict-4.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/$PACKAGE-4/$TARBALL"
14 BUILD_DEPENDS="bzip2 enchant-dev gnome-doc-utils gtk2-dev intltool
15 libffi libsigc++-dev libsm-dev mysql-dev popt tar
16 util-linux-uuid-dev zlib-dev"
18 compile_rules()
19 {
20 # sed -i 's/<vector>/&\n#include <stdio.h>/' stardict-plugins/stardict-wordnet-plugin/scene.hpp
22 ./configure \
23 --disable-advertisement \
24 --disable-espeak \
25 --disable-festival \
26 --disable-gnome-support \
27 --disable-gucharmap \
28 --disable-man \
29 --disable-qqwry \
30 --disable-schemas-install \
31 --disable-scrollkeeper \
32 --disable-updateinfo \
33 $CONFIGURE_ARGS &&
34 make &&
35 make DESTDIR=$install install
36 }
38 genpkg_rules()
39 {
40 copy @std
42 DEPENDS="enchant gtk2 libsigc++ libsm mysql"
43 }