summaryrefslogtreecommitdiff
path: root/community/ibus-unikey
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-unikey
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/ibus-unikey')
-rw-r--r--community/ibus-unikey/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/community/ibus-unikey/PKGBUILD b/community/ibus-unikey/PKGBUILD
deleted file mode 100644
index f1e78b64e..000000000
--- a/community/ibus-unikey/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 79163 2012-10-31 05:41:19Z ebelanger $
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Trương Xuân Tính <xuantinh at gmail dot com>
-
-pkgname=ibus-unikey
-pkgver=0.6.1
-pkgrel=2
-pkgdesc='IBus module for Vietnamese Keyboard'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://code.google.com/p/ibus-unikey/'
-depends=('ibus')
-makedepends=('intltool')
-source=("http://ibus-unikey.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('3bae6df0d4609a8c438c246030b9a61e')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/ibus
-
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
-}