aboutsummaryrefslogtreecommitdiffstats
path: root/packages/setserial/setserial_2.17.bb
blob: b4030a12107b470f2ec46f3252452a86e9b0f9ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SECTION = "console/utils"
SRC_URI = "ftp://tsx-11.mit.edu/pub/linux/sources/sbin/setserial-2.17.tar.gz"
LICENSE = "GPL"
inherit autotools

do_install() {
	install -d ${D}/bin
	install -d ${D}/usr/man/man8
	install -d ${D}${mandir}
	autotools_do_install
	mv ${D}/usr/man/* ${D}${mandir}/
}