vp-build/srcpkgs/nkf/template

18 lines
535 B
Bash

# Template file for 'nkf'
pkgname=nkf
version=2.1.4
revision=2
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/64158/${pkgname}-${version}.tar.gz"
checksum=b4175070825deb3e98577186502a8408c05921b0c8ff52e772219f9d2ece89cb
pre_install() {
vmkdir usr/share
sed -i 's|$(prefix)/man|$(prefix)/share/man|g' Makefile
}