summaryrefslogtreecommitdiff
path: root/community/ibus-table-extraphrase
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-table-extraphrase
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/ibus-table-extraphrase')
-rw-r--r--community/ibus-table-extraphrase/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/community/ibus-table-extraphrase/PKGBUILD b/community/ibus-table-extraphrase/PKGBUILD
deleted file mode 100644
index 04016b0c7..000000000
--- a/community/ibus-table-extraphrase/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 61932 2012-01-11 04:09:08Z ebelanger $
-# Contributor: Lee.MaRS<leemars at gmail.com>
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
-
-pkgname=ibus-table-extraphrase
-pkgver=1.3.9.20110826
-pkgrel=1
-pkgdesc="The extra phrases of tables engines for IBus"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/ibus/"
-license=('LGPL')
-depends=('ibus-table')
-source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('b2f69cfedc230988d7b8693dd8fd3c250a376246')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/ibus
-
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-}