desktop/libkkc/PKGBUILD
Adrián Chaves Fernández (Gallaecio) ba2c7744fc libgee 0.18.0
2016-05-29 20:09:43 +02:00

28 lines
696 B
Bash

# Maintainer: Francesco Marinucci <franzmari[at]chakra-project[dot]it>
pkgname=libkkc
pkgver=0.3.4
pkgrel=2
pkgdesc="Japanese Kana-string to Kana-Kanji-mixed-string converter"
arch=('x86_64')
license=('GPL')
url="https://gitorious.org/libkkc/libkkc"
depends=('marisa' 'libgee' 'json-glib')
makedepends=('gobject-introspection' 'intltool' 'vala')
conflicts=()
provides=()
options=('!libtool')
source=("https://bitbucket.org/${pkgname}/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz")
md5sums=('79eee6d192739da710f493f9762e5f20')
build() {
cd ${pkgname}-${pkgver}
./configure --prefix=/usr --disable-static
make
}
package() {
cd ${pkgname}-${pkgver}
make DESTDIR="$pkgdir" install
}