wok 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 b569b85b0fb9
children 46d8460b95e4
files anthy-dev/receipt anthy/description.txt anthy/receipt ctypes.sh/receipt scim-anthy-lang/receipt scim-anthy/description.txt scim-anthy/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/anthy-dev/receipt	Wed Jan 19 08:06:16 2022 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="anthy-dev"
     1.7 +VERSION="9100h"
     1.8 +CATEGORY="utilities"
     1.9 +SHORT_DESC="Hiragana text to Kana Kanji mixed text Japanese input method - development files."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="GPL2+"
    1.12 +WEB_SITE="https://anthy.osdn.jp/"
    1.13 +
    1.14 +DEPENDS="anthy"
    1.15 +WANTED="anthy"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	cook_copy_folders	include
    1.21 +	cook_copy_folders	pkgconfig
    1.22 +	cook_copy_files		*.*a
    1.23 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/anthy/description.txt	Wed Jan 19 08:06:16 2022 +0100
     2.3 @@ -0,0 +1,2 @@
     2.4 +Anthy is a system for Japanese input method.
     2.5 +It converts Hiragana text to Kana Kanji mixed text.
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/anthy/receipt	Wed Jan 19 08:06:16 2022 +0100
     3.3 @@ -0,0 +1,37 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="anthy"
     3.7 +VERSION="9100h"
     3.8 +CATEGORY="utilities"
     3.9 +SHORT_DESC="Hiragana text to Kana Kanji mixed text Japanese input method."
    3.10 +MAINTAINER="maintainer@slitaz.org"
    3.11 +LICENSE="GPL2+"
    3.12 +WEB_SITE="https://anthy.osdn.jp/"
    3.13 +
    3.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.15 +WGET_URL="https://osdn.net/projects/$PACKAGE/downloads/37536/$TARBALL"
    3.16 +
    3.17 +BUILD_DEPENDS="libtool"
    3.18 +
    3.19 +CONFIG_FILES="/etc/anthy-conf"
    3.20 +
    3.21 +# Rules to configure and make the package.
    3.22 +compile_rules()
    3.23 +{
    3.24 +	./configure				\
    3.25 +		--prefix=/usr			\
    3.26 +		$CONFIGURE_ARGS &&
    3.27 +	make &&
    3.28 +	make DESTDIR=$DESTDIR install
    3.29 +}
    3.30 +
    3.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.32 +genpkg_rules()
    3.33 +{
    3.34 +	mkdir -p $fs/etc
    3.35 +
    3.36 +	cp $install/usr/etc/*	$fs/etc
    3.37 +	cook_copy_folders	bin
    3.38 +	cook_copy_folders	share
    3.39 +	cook_copy_files		*.so*
    3.40 +}
     4.1 --- a/ctypes.sh/receipt	Mon Jan 17 18:18:17 2022 +0000
     4.2 +++ b/ctypes.sh/receipt	Wed Jan 19 08:06:16 2022 +0100
     4.3 @@ -13,7 +13,7 @@
     4.4  WGET_URL="https://github.com/taviso/$PACKAGE/releases/download/v$VERSION/$TARBALL"
     4.5  
     4.6  DEPENDS="bash libffi"
     4.7 -BUILD_DEPENDS="libffi-dev"
     4.8 +BUILD_DEPENDS="libffi-dev libtool"
     4.9  
    4.10  HOST_ARCH="i486 arm"
    4.11  
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/scim-anthy-lang/receipt	Wed Jan 19 08:06:16 2022 +0100
     5.3 @@ -0,0 +1,17 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="scim-anthy-lang"
     5.7 +VERSION="1.3.2"
     5.8 +CATEGORY="utilities"
     5.9 +SHORT_DESC="Japanese input method module for SCIM - localised messages."
    5.10 +MAINTAINER="maintainer@slitaz.org"
    5.11 +LICENSE="GPL2"
    5.12 +WEB_SITE="https://github.com/scim-im/scim-anthy"
    5.13 +
    5.14 +WANTED="scim-anthy"
    5.15 +
    5.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.17 +genpkg_rules()
    5.18 +{
    5.19 +	cook_copy_folders	locale
    5.20 +}
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/scim-anthy/description.txt	Wed Jan 19 08:06:16 2022 +0100
     6.3 @@ -0,0 +1,10 @@
     6.4 +Scim-anthy is a SCIM IMEngine module for anthy.
     6.5 +
     6.6 +SCIM is Smart Common Input Method platform, it provides user friendly,
     6.7 +full featured user interface and development platform to make input method
     6.8 +developer's life easier.
     6.9 +
    6.10 +Anthy is a system for Japanese input method.
    6.11 +It converts Hiragana text to Kana Kanji mixed text.
    6.12 +
    6.13 +Scim-anthy provides some useful user interfaces for Anthy using SCIM.
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/scim-anthy/receipt	Wed Jan 19 08:06:16 2022 +0100
     7.3 @@ -0,0 +1,33 @@
     7.4 +# SliTaz package receipt.
     7.5 +
     7.6 +PACKAGE="scim-anthy"
     7.7 +VERSION="1.3.2"
     7.8 +CATEGORY="utilities"
     7.9 +SHORT_DESC="Japanese input method module for SCIM."
    7.10 +MAINTAINER="maintainer@slitaz.org"
    7.11 +LICENSE="GPL2"
    7.12 +WEB_SITE="https://github.com/scim-im/scim-anthy"
    7.13 +
    7.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    7.15 +WGET_URL="$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz"
    7.16 +
    7.17 +DEPENDS="anthy scim"
    7.18 +BUILD_DEPENDS="anthy-dev automake gtk+-dev libtool scim-dev"
    7.19 +
    7.20 +# Rules to configure and make the package.
    7.21 +compile_rules()
    7.22 +{
    7.23 +	./bootstrap &&
    7.24 +	./configure				\
    7.25 +		--prefix=/usr			\
    7.26 +		$CONFIGURE_ARGS &&
    7.27 +	make &&
    7.28 +	make DESTDIR=$DESTDIR install
    7.29 +}
    7.30 +
    7.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    7.32 +genpkg_rules()
    7.33 +{
    7.34 +	cook_copy_folders	scim
    7.35 +	cook_copy_files		*.so*
    7.36 +}