summaryrefslogtreecommitdiff
path: root/community/libkkc-data
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-03 00:48:29 -0700
committerroot <root@rshg054.dnsready.net>2013-07-03 00:48:29 -0700
commit68e8645dcd1ce619af6d92f3645c43b15bc5ac71 (patch)
treefc71038e4bda87188130eebe5cee6d23bfda5472 /community/libkkc-data
parent8917cf5e44af1562114fe0d243dcea7d187c8047 (diff)
Wed Jul 3 00:48:29 PDT 2013
Diffstat (limited to 'community/libkkc-data')
-rw-r--r--community/libkkc-data/ChangeLog14
-rw-r--r--community/libkkc-data/PKGBUILD25
2 files changed, 39 insertions, 0 deletions
diff --git a/community/libkkc-data/ChangeLog b/community/libkkc-data/ChangeLog
new file mode 100644
index 000000000..dc925a33b
--- /dev/null
+++ b/community/libkkc-data/ChangeLog
@@ -0,0 +1,14 @@
+2013-05-28 ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+ - Clean up makedepends
+
+2013-05-28 ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+ * libkkc-data 0.2.0-2
+ - Add marisa (marisa-python) into makedepends
+
+2013-05-27 ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+ * libkkc-data 0.2.0-1
+ - Initial release on AUR
+
diff --git a/community/libkkc-data/PKGBUILD b/community/libkkc-data/PKGBUILD
new file mode 100644
index 000000000..1c84beae9
--- /dev/null
+++ b/community/libkkc-data/PKGBUILD
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars@gmail.com>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+pkgname=libkkc-data
+pkgver=0.2.0
+pkgrel=4
+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)
+sha1sums=('6bc5601b3ec4c76066255827563b8debb50dd917')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ ./configure PYTHON=/usr/bin/python2 --prefix=/usr
+ make -j1
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="$pkgdir" install
+}