summaryrefslogtreecommitdiff
path: root/community/ibus-table-extraphrase
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/ibus-table-extraphrase
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 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
-}