generic-poky/meta/recipes-extended/man-pages/man-pages_3.25.bb

30 lines
698 B
BlitzBasic
Raw Normal View History

DESCRIPTION = "The Linux man-pages project documents the Linux kernel and C library interfaces that are employed by user programs"
SECTION = "console/utils"
PRIORITY = "required"
HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages"
LICENSE = "GPL"
PR = "r0"
LIC_FILES_CHKSUM = "file://README;md5=9dab010c5baa416669e5d17381799dd5"
SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/Archive/${PN}-${PV}.tar.gz"
RDEPENDS = "man"
do_configure_prepend() {
rm -rf not_installed
}
do_configure () {
:
}
do_compile() {
oe_runmake -f Makefile DESTDIR=${D} MANDIR=${D}${mandir}
}
fakeroot do_install() {
oe_runmake install DESTDIR=${D}
}
FILES_${PN} += "${datadir}/man/"