From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/sunpinyin/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 community/sunpinyin/PKGBUILD (limited to 'community/sunpinyin') diff --git a/community/sunpinyin/PKGBUILD b/community/sunpinyin/PKGBUILD new file mode 100644 index 000000000..55c909ffe --- /dev/null +++ b/community/sunpinyin/PKGBUILD @@ -0,0 +1,28 @@ +# Maintainer: Thomas Dziedzic < gostrc at gmail > + +pkgname=sunpinyin +pkgver=2.0.3 +pkgrel=1 +pkgdesc='SunPinYin is a Statistical Language Model based pinyin IME by Sun.' +arch=('i686' 'x86_64') +url='http://sunpinyin.googlecode.com' +license=('LGPL') +makedepends=('scons') +source=("http://sunpinyin.googlecode.com/files/sunpinyin-${pkgver}.tar.gz") +md5sums=('bc1cd4d7d48a73276dfe4c9f5a434cc7') + +build() { + cd sunpinyin-${pkgver} + + scons \ + --prefix=/usr +} + +package() { + cd sunpinyin-${pkgver} + + scons \ + --prefix=/usr \ + --install-sandbox=${pkgdir} \ + install +} -- cgit v1.2.3-54-g00ecf