updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git] / scim-multilib / PKGBUILD
blobfa3034e7977acb287c79eafc79091430fa66d261
1 # $Id: PKGBUILD 30440 2009-03-19 18:04:27Z eric $
2 # Maintainer: damir <damir@archlinux.org>
3 # Contributor: Gan Lu <rhythm.gan@gmail.com>
5 pkgname=scim-multilib
6 pkgver=1.4.8
7 pkgrel=1
8 pkgdesc="A Input Method development platform"
9 arch=("i686" "x86_64")
10 url="http://www.scim-im.org/projects/scim"
11 license=('GPL')
12 depends=('gtk2' 'gcc-libs')
13 makedepends=('intltool')
14 backup=('etc/scim/config' 'etc/scim/global')
15 options=('!libtool')
16 install=scim.install
17 source=(http://downloads.sourceforge.net/sourceforge/scim/$pkgname-$pkgver.tar.gz)
18 md5sums=('c52da019d48df4ba44cbd01558203cc7')
20 build() {
21   cd $srcdir/$pkgname-$pkgver
22   ./configure --prefix=/opt/lib32/usr --sysconfdir=/etc \
23     --with-gnu-ld --with-x --disable-static || return 1
24   make || return 1
25   make DESTDIR=$startdir/pkg install || return 1