summaryrefslogtreecommitdiff
path: root/community/ibus-skk
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-04 04:00:35 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-04 04:00:35 +0000
commit8faa42b28f39ace5fc2c3ec8a054fa0a5b246eab (patch)
treee904cb1dcc6423b414bae5d134c3ea83ac01efa1 /community/ibus-skk
parent11196316291f49af2bacd1b4531e0a548729dea2 (diff)
Wed Jun 4 03:57:00 UTC 2014
Diffstat (limited to 'community/ibus-skk')
-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')