wok annotate scim-tables/receipt @ rev 21217

updated scim-tables* (0.5.9 -> 0.5.14.1)
author Hans-G?nter Theisgen
date Tue Apr 09 17:52:52 2019 +0100 (2019-04-09)
parents 20b9600c7f0c
children d31f3e97b753
rev   line source
rocky@3549 1 # SliTaz package receipt.
rocky@3549 2
rocky@3549 3 PACKAGE="scim-tables"
Hans-G?nter@21217 4 VERSION="0.5.14.1"
rocky@3549 5 CATEGORY="meta"
rocky@3549 6 SHORT_DESC="SCIM Generic Table Input Method module meta package."
rocky@3549 7 MAINTAINER="rocky@slitaz.org"
pascal@15132 8 LICENSE="GPL2"
Hans-G?nter@21217 9 WEB_SITE="http://www.scim-im.org/"
Hans-G?nter@21217 10
rocky@3549 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@3551 12 WGET_URL="$SF_MIRROR/scim/$TARBALL"
Hans-G?nter@21217 13
rocky@3549 14 LOCALE=""
Hans-G?nter@21217 15 DEPENDS="scim scim-tables-additional scim-tables-base \
Hans-G?nter@21217 16 scim-tables-ja scim-tables-ko scim-tables-zh"
Hans-G?nter@21217 17 BUILD_DEPENDS="automake scim-dev expat-dev gtk+-dev"
pascal@15132 18
rocky@3549 19 # Rules to configure and make the package.
rocky@3549 20 compile_rules()
rocky@3549 21 {
Hans-G?nter@21217 22 ./bootstrap &&
Hans-G?nter@21217 23 ./configure \
Hans-G?nter@21217 24 --prefix=/usr \
Hans-G?nter@21217 25 --mandir=/usr/share/man \
Hans-G?nter@21217 26 --disable-static \
Hans-G?nter@21217 27 $CONFIGURE_ARGS &&
Hans-G?nter@21217 28 make -j 1 &&
Hans-G?nter@21217 29 make DESTDIR=$DESTDIR install
rocky@3549 30 }
rocky@3549 31
rocky@3549 32 # Rules to gen a SliTaz package suitable for Tazpkg.
rocky@3549 33 genpkg_rules()
rocky@3549 34 {
Hans-G?nter@21217 35 mkdir -p $fs/var
rocky@3549 36 }