25 lines
826 B
Bash
25 lines
826 B
Bash
# Template file for 'skktools'
|
|
pkgname=skktools
|
|
version=1.3.4
|
|
revision=1
|
|
wrksrc="skktools-skktools-${version//./_}"
|
|
build_style=gnu-configure
|
|
configure_args="--with-gdbm"
|
|
hostmakedepends="pkg-config glib-devel"
|
|
makedepends="gdbm-devel"
|
|
short_desc="Dictionary maintenance tools for the SKK"
|
|
maintainer="Kazuho Sakoda <hyonhyoro.kazuho@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://openlab.ring.gr.jp/skk/"
|
|
distfiles="http://openlab.ring.gr.jp/skk/tools/${pkgname}-${version}.tar.gz"
|
|
checksum=84cc5d3344362372e0dfe93a84790a193d93730178401a96248961ef161f2168
|
|
|
|
post_install() {
|
|
vmkdir usr/share/${pkgname}
|
|
for f in convert2skk dbm filters saihenkan.rb skk2cdb.py skkdic-diff.scm unannotation.awk; do
|
|
vcopy $f usr/share/${pkgname}
|
|
done
|
|
vmkdir usr/share/emacs/site-lisp
|
|
vcopy skk-xml.el usr/share/emacs/site-lisp
|
|
}
|