summaryrefslogtreecommitdiff
path: root/community/ibus-m17n
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/ibus-m17n
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/ibus-m17n')
-rw-r--r--community/ibus-m17n/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community/ibus-m17n/PKGBUILD b/community/ibus-m17n/PKGBUILD
deleted file mode 100644
index 37a284df9..000000000
--- a/community/ibus-m17n/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 81008 2012-12-09 15:58:18Z fyan $
-# Maintainer: Felix Yan <felixonmars@gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Lonfucius <Lonfucius@gmail.com>
-# Contributor: Jesse Jaara <jesse.jaara@gmail.com>
-
-pkgname=ibus-m17n
-pkgver=1.3.4
-pkgrel=3
-pkgdesc='M17N engine for IBus'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/ibus/'
-license=('LGPL')
-depends=('python2-pyenchant' 'ibus' 'm17n-db' 'm17n-lib')
-source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('068de56caa87c002adeae0de9e908f47e3f9fde9')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/ibus
-
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
-}