summaryrefslogtreecommitdiff
path: root/extra/scim-anthy/PKGBUILD
blob: 08dfac7cc2f6e4e3987ae8108567ce28cbd7bed5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $Id: PKGBUILD 148916 2012-02-05 11:55:48Z ibiru $
# Contributor: damir <damir@archlinux.org>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>

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
}