aboutsummaryrefslogtreecommitdiffstats
path: root/testing/anthy/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/anthy/APKBUILD')
-rw-r--r--testing/anthy/APKBUILD10
1 files changed, 9 insertions, 1 deletions
diff --git a/testing/anthy/APKBUILD b/testing/anthy/APKBUILD
index 4e1e9d0175..e78e2d3825 100644
--- a/testing/anthy/APKBUILD
+++ b/testing/anthy/APKBUILD
@@ -2,7 +2,7 @@
pkgname=anthy
pkgver=9100h
_filecode=37536
-pkgrel=0
+pkgrel=1
pkgdesc="Hiragana text to Kana Kanji mixed text Japanese input method"
url="http://sourceforge.jp/projects/anthy/"
arch="all"
@@ -11,9 +11,17 @@ subpackages="$pkgname-dev $pkgname-emacs::noarch"
source="http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
+prepare() {
+ default_prepare
+ update_config_sub
+}
+
build() {
cd "$builddir"
./configure \
+ --host=$CHOST \
+ --build=$CBUILD \
+ --target=$CTARGET \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \