#Maintainer: Dimitris Tzemos pkgname=libchewing pkgver=0.3.5 pkgrel=1dj docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') url=http://chewing.im/ source=("http://chewing.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2") sourcetemplate=http://people.salixos.org/djemos/salix/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libchewing (The intelligent phonetic input method library)" "libchewing is a library for New Chewing Input Method, a good" "Traditional Chinese intelligent phonetic input method." ) build() { cd $SRC/${pkgname}-${pkgver} ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux make || return 1 make install DESTDIR=$PKG || return 1 }