From 7400ece67408963c89e30443d813e9025a74c92f Mon Sep 17 00:00:00 2001 From: Xiaofeng Yan Date: Thu, 2 Sep 2010 16:49:26 +0800 Subject: man-pages:Add new man-pages package The Linux man-pages project documents the Linux kernel and C library interfaces that are employed by user programs Signed-off-by: Xiaofeng Yan --- meta/recipes-extended/man-pages/man-pages_3.25.bb | 29 +++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 meta/recipes-extended/man-pages/man-pages_3.25.bb (limited to 'meta/recipes-extended/man-pages') diff --git a/meta/recipes-extended/man-pages/man-pages_3.25.bb b/meta/recipes-extended/man-pages/man-pages_3.25.bb new file mode 100644 index 0000000000..93cb70a294 --- /dev/null +++ b/meta/recipes-extended/man-pages/man-pages_3.25.bb @@ -0,0 +1,29 @@ +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/man-pages-3.25.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/" -- cgit v1.2.3-54-g00ecf