updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / cconv / PKGBUILD
blob0491e3a38cb740334222067a49accdfb352a3087
1 # Maintainer: Shen Miren <dickeny@gmail.com>
2 # Contributer: Kan-Ru Chen <kanru@kanru.info>
3 pkgname=cconv
4 pkgver=0.6.2
5 pkgrel=1
6 pkgdesc="A iconv based simplified-traditional chinese conversion tool"
7 arch=('i686' 'x86_64')
8 url="http://code.google.com/p/cconv/"
9 license=('GPL')
10 depends=(glibc)
11 options=(!libtool)
12 source=(http://cconv.googlecode.com/files/$pkgname-$pkgver.tar.gz)
13 sha1sums=('9775f91fd5600d176552a88625aaa1f64ece09c1')
15 build() {
16   cd "$srcdir/$pkgname-$pkgver"
17   ./configure --prefix=/usr
18   make || return 1
19   make DESTDIR="$pkgdir/" install
22 # vim:set ts=2 sw=2 et: