wok-next view scim-pinyin/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 0fcf48f89432
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="scim-pinyin"
4 VERSION="0.5.92"
5 CATEGORY="utilities"
6 SHORT_DESC="Chinese PinYin input for SCIM"
7 MAINTAINER="rocky@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/scim-im/scim-pinyin"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/$TARBALL"
14 BUILD_DEPENDS="automake gettext libtool scim-dev"
15 SPLIT="scim-pinyin-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./bootstrap &&
22 ./configure \
23 --disable-static \
24 $CONFIGURE_ARGS &&
25 make &&
26 make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 case $PACKAGE in
33 scim-pinyin)
34 copy @std
35 DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib gtk+ \
36 harfbuzz libffi libltdl liblzma libpng16 xorg-libxcb libxml2 pango \
37 pcre xorg-pixman scim xorg-libX11 xorg-libXau xorg-libXdmcp \
38 xorg-libXext xorg-libXrender zlib"
39 ;;
40 *-dev)
41 copy @dev
42 DEPENDS="atk-dev bzip2-dev cairo-dev fontconfig-dev freetype-dev \
43 gdk-pixbuf-dev glib-dev glibc-dev gtk+-dev harfbuzz-dev libffi-dev \
44 xz-dev libpng16-dev libtool xorg-libxcb-dev libxml2-dev \
45 pango-dev pcre-dev xorg-pixman-dev scim-dev xorg-libX11-dev \
46 xorg-libXau-dev xorg-libXdmcp-dev xorg-libXext-dev \
47 xorg-libXrender-dev zlib-dev"
48 ;;
49 esac
50 }