17 lines
535 B
Bash
17 lines
535 B
Bash
# Template file for 'nkf'
|
|
pkgname=nkf
|
|
version=2.1.5
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_install_args="prefix=\${DESTDIR}/usr"
|
|
short_desc="Yet another kanji code converter"
|
|
maintainer="Kazuho Sakoda <hyonhyoro.kazuho@gmail.com>"
|
|
license="Zlib"
|
|
homepage="https://ja.osdn.net/projects/nkf/"
|
|
distfiles="http://osdn.dl.osdn.jp/nkf/70406/${pkgname}-${version}.tar.gz"
|
|
checksum=d1a7df435847a79f2f33a92388bca1d90d1b837b1b56523dcafc4695165bad44
|
|
|
|
pre_install() {
|
|
vmkdir usr/share
|
|
sed -i 's|$(prefix)/man|$(prefix)/share/man|g' Makefile
|
|
}
|