New package: nkf-2.1.4 (#5566)
This commit is contained in:
parent
b329288c03
commit
6e004ce4b3
17
srcpkgs/nkf/template
Normal file
17
srcpkgs/nkf/template
Normal file
@ -0,0 +1,17 @@
|
||||
# Template file for 'nkf'
|
||||
pkgname=nkf
|
||||
version=2.1.4
|
||||
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/64158/${pkgname}-${version}.tar.gz"
|
||||
checksum=b4175070825deb3e98577186502a8408c05921b0c8ff52e772219f9d2ece89cb
|
||||
|
||||
pre_install() {
|
||||
vmkdir usr/share
|
||||
sed -i 's|$(prefix)/man|$(prefix)/share/man|g' Makefile
|
||||
}
|
Loading…
Reference in New Issue
Block a user