wok view scim-anthy/receipt @ rev 24311

updated udpcast (20120424 -> 20211207)
author Hans-G?nter Theisgen
date Thu Jan 20 15:28:58 2022 +0100 (2022-01-20)
parents
children 0c04fc34847a
line source
1 # SliTaz package receipt.
3 PACKAGE="scim-anthy"
4 VERSION="1.3.2"
5 CATEGORY="utilities"
6 SHORT_DESC="Japanese input method module for SCIM."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/scim-im/scim-anthy"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz"
14 DEPENDS="anthy scim"
15 BUILD_DEPENDS="anthy-dev automake gtk+-dev libtool scim-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./bootstrap &&
21 ./configure \
22 --prefix=/usr \
23 $CONFIGURE_ARGS &&
24 make &&
25 make DESTDIR=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cook_copy_folders scim
32 cook_copy_files *.so*
33 }