core/libchewing/PKGBUILD

27 lines
713 B
Bash
Raw Normal View History

2013-06-20 19:20:09 +08:00
#maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
#contributions from Arch: https://www.archlinux.org/packages/extra/x86_64/libchewing/
2010-03-14 23:48:48 +08:00
pkgname=libchewing
2013-06-20 19:20:09 +08:00
pkgver=0.3.4
2010-03-14 23:48:48 +08:00
pkgrel=1
pkgdesc="Improved Smart Chewing Library - Intelligent Chinese Phonetic Input Method"
2013-06-20 19:20:09 +08:00
arch=('x86_64')
2010-03-14 23:48:48 +08:00
url="http://chewing.csie.net/"
license=("GPL")
depends=('glibc')
makedepends=('libtool')
options=('!libtool')
2013-06-20 19:20:09 +08:00
source=("http://chewing.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2")
sha1sums=('631a613df00409b51adebb8b2dc33c5e6a006834')
2010-03-14 23:48:48 +08:00
build() {
2011-06-20 08:20:06 +08:00
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --enable-static=no
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
2010-03-14 23:48:48 +08:00
}