wok annotate scim-anthy/receipt @ rev 24309

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