summaryrefslogtreecommitdiff
path: root/community/libkkc-data/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/libkkc-data/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/libkkc-data/PKGBUILD')
-rw-r--r--community/libkkc-data/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/libkkc-data/PKGBUILD b/community/libkkc-data/PKGBUILD
deleted file mode 100644
index cce108c2b..000000000
--- a/community/libkkc-data/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 94837 2013-07-31 03:58:38Z fyan $
-# Maintainer: Felix Yan <felixonmars@gmail.com>
-# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
-
-pkgname=libkkc-data
-pkgver=0.2.7
-pkgrel=1
-pkgdesc="Language model data package for libkkc"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/libkkc"
-license=('GPL')
-makedepends=('python2-marisa')
-changelog=ChangeLog
-source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.xz)
-
-build() {
- cd "${pkgname}-${pkgver}"
- ./configure PYTHON=/usr/bin/python2 --prefix=/usr
- make
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('61c0cd8c0fa41ed8df49cac6709eebb245cc965d7e192b1ba945e95f2fc46aca8aa48c16e1977a12c157c55dab6b9f4c30f4905806725eca6e697b762eb7cbd7')