wok view scim-tables/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents d31f3e97b753
children e919c5a2742d
line source
1 # SliTaz package receipt.
3 PACKAGE="scim-tables"
4 VERSION="0.5.14.1"
5 CATEGORY="meta"
6 SHORT_DESC="SCIM Generic Table Input Method module meta package."
7 MAINTAINER="rocky@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.scim-im.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/scim/$TARBALL"
14 LOCALE=""
15 DEPENDS="scim scim-tables-additional scim-tables-base \
16 scim-tables-ja scim-tables-ko scim-tables-zh"
17 BUILD_DEPENDS="automake libtool scim-dev expat-dev gtk+-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./bootstrap &&
23 ./configure \
24 --prefix=/usr \
25 --mandir=/usr/share/man \
26 --disable-static \
27 $CONFIGURE_ARGS &&
28 make -j 1 &&
29 make DESTDIR=$DESTDIR install
30 }
32 # Rules to gen a SliTaz package suitable for Tazpkg.
33 genpkg_rules()
34 {
35 mkdir -p $fs/var
36 }