diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/sunpinyin/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/sunpinyin/PKGBUILD')
-rw-r--r-- | community/sunpinyin/PKGBUILD | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/community/sunpinyin/PKGBUILD b/community/sunpinyin/PKGBUILD deleted file mode 100644 index 1aa1a4606..000000000 --- a/community/sunpinyin/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# $Id: PKGBUILD 92609 2013-06-10 02:29:07Z fyan $ -# Maintainer: Felix Yan <felixonmars@gmail.com> -# Contributor: Thomas Dziedzic < gostrc at gmail > - -pkgname=sunpinyin -pkgver=2.0.3.20130307 -_commit=64e26d9ed1f617e59ff37c2efc0be97727c799a1 -pkgrel=1 -arch=('i686' 'x86_64') -pkgdesc="Statistical Language Model based pinyin IME by Sun" -license=('LGPL') -url="http://sunpinyin.googlecode.com" -depends=('sqlite' 'make' 'gcc-libs') -optdepends=('sunpinyin-data: Statistical language model data from open-gram project for sunpinyin') -makedepends=('git' 'scons' 'intltool') -source=("git://github.com/sunpinyin/sunpinyin.git#commit=$_commit") -md5sums=("SKIP") - -build() { - cd "$srcdir/$pkgname" - sed -i -e "1s|python|python2|" python/*.py python/importer/*.py - - scons \ - --prefix=/usr -} - -package() { - cd "$srcdir/$pkgname" - - scons \ - --prefix=/usr \ - --install-sandbox="$pkgdir" \ - install -} - |