From a1922d0ec660fdc1892f2783515f781c090df0a9 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Jan 2012 23:14:48 +0000 Subject: Fri Jan 20 23:14:48 UTC 2012 --- staging/scim-anthy/PKGBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 staging/scim-anthy/PKGBUILD (limited to 'staging/scim-anthy') diff --git a/staging/scim-anthy/PKGBUILD b/staging/scim-anthy/PKGBUILD new file mode 100644 index 000000000..f34466307 --- /dev/null +++ b/staging/scim-anthy/PKGBUILD @@ -0,0 +1,27 @@ +# $Id: PKGBUILD 146909 2012-01-19 05:06:58Z bisson $ +# Contributor: damir +# Maintainer: Gaetan Bisson + +pkgname=scim-anthy +pkgver=1.2.7 +pkgrel=3 +_filecode=37309 +pkgdesc='Japanese input method module for SCIM' +arch=('i686' 'x86_64') +url='http://sourceforge.jp/projects/scim-imengine/' +license=('GPL') +depends=('scim' 'anthy') +options=('!libtool') +source=("http://osdn.dl.sourceforge.jp/scim-imengine/${_filecode}/${pkgname}-${pkgver}.tar.gz") +sha1sums=('1429cf202f5cdcfc4733220acbe27dd9edb75db8') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr --disable-static + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} -- cgit v1.2.3-54-g00ecf