summaryrefslogtreecommitdiff
path: root/community/libkkc-data
diff options
context:
space:
mode:
Diffstat (limited to 'community/libkkc-data')
-rw-r--r--community/libkkc-data/ChangeLog14
-rw-r--r--community/libkkc-data/PKGBUILD26
2 files changed, 0 insertions, 40 deletions
diff --git a/community/libkkc-data/ChangeLog b/community/libkkc-data/ChangeLog
deleted file mode 100644
index dc925a33b..000000000
--- a/community/libkkc-data/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-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
deleted file mode 100644
index 0a235cb22..000000000
--- a/community/libkkc-data/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars@gmail.com>
-# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
-
-pkgname=libkkc-data
-pkgver=0.2.5
-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
-}
-
-md5sums=('bb31dca814e72dfcddf88f2da3fc37c5')