aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nkf/nkf_2.07.bb
blob: 8d0e0f035bd07c6c279d547d0996fc8faaba2c69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "Network Kanji Code Conversion Filter"
LICENSE = "GPL"
PR = "r2"

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
}

SRC_URI[md5sum] = "af11dcd3fe71d67831c020e3bfd5073b"
SRC_URI[sha256sum] = "71d2ba992df209a00bb1dca45e3336729dc16e51b71526bd20f897cc6127a275"
TARGET_CC_ARCH += "${LDFLAGS}"

BBCLASSEXTEND = "native"

NATIVE_INSTALL_WORKS = "1"