summaryrefslogtreecommitdiff
path: root/community/ibus-skk/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ibus-skk/PKGBUILD')
-rw-r--r--community/ibus-skk/PKGBUILD29
1 files changed, 29 insertions, 0 deletions
diff --git a/community/ibus-skk/PKGBUILD b/community/ibus-skk/PKGBUILD
new file mode 100644
index 000000000..67439b71a
--- /dev/null
+++ b/community/ibus-skk/PKGBUILD
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 112578 2014-06-03 18:20:31Z fyan $
+# Maintainer: Felix Yan <felixonmars@gmail.com>
+# Contributor: eagletmt <eagletmt@gmail.com>
+
+pkgname=ibus-skk
+pkgver=1.4.1
+pkgrel=2
+pkgdesc='Japanese input method SKK engine for IBus'
+arch=('i686' 'x86_64')
+url='https://github.com/ueno/ibus-skk'
+license=('GPL')
+depends=('ibus' 'libskk')
+makedepends=('intltool')
+source=("https://github.com/downloads/ueno/$pkgname/$pkgname-$pkgver.tar.gz")
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr --libexecdir=/usr/lib/ibus
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('8c2d5c9cf7b007cdd7fe64433f5ae4f0')