blob: 0bce6f20b20469c8eb972b5c721aac69249def08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Network Kanji Code Conversion Filter"
LICENSE = "GPL"
SRC_URI = "http://ftp.debian.org/debian/pool/main/n/nkf/nkf_${PV}.orig.tar.gz"
S = "${WORKDIR}/nkf207"
EXTRA_OEMAKE = "-e"
do_install() {
install -d ${D}${bindir} ${D}${mandir}/man1
install -m 0755 nkf ${D}${bindir}
install -m 0644 nkf.1 ${D}${mandir}/man1
}
|