summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-12-18 22:32:36 +0000
committerRod Whitby <rod@whitby.id.au>2006-12-18 22:32:36 +0000
commit346f96e2e191bfd83a61a38d75fa9751dfc92f77 (patch)
tree108e4256a24dd3d1e0ae75cf0323b4e0edb79fae
parentb146fa9d84c49b9871c4d3994f63e379a5704d62 (diff)
parent7f6a2f54c0c5837d03dd0908f0e863c949b3f307 (diff)
merge of 227034a2bac24a3c6bb43b7e5baa72788c669bfa
and ad9ccc1e52b486fd09144f4ef41a8f7fea1d33f4
-rw-r--r--packages/man/man_1.5m2.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/packages/man/man_1.5m2.bb b/packages/man/man_1.5m2.bb
deleted file mode 100644
index 45c94cbaca..0000000000
--- a/packages/man/man_1.5m2.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-LICENSE = "GPL"
-SECTION = "base"
-DESCRIPTION = "The man page suite, including man, apropos, \
-and whatis consists of programs that are used to read most \
-of the documentation available on a Linux system."
-RDEPENDS_${PN} = "less groff"
-PR = "r1"
-
-SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/man/man-${PV}.tar.bz2"
-
-EXTRA_OEMAKE = ""
-GS = "-DGREPSILENT=\"q\""
-DEFS = "-DUSG -DDO_COMPRESS ${GS}"
-
-do_configure() {
- ./configure -d -confdir ${sysconfdir}
-}
-
-do_compile() {
- (cd src; ${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS} \
- makemsg.c -o makemsg)
- oe_runmake 'DEFS=${DEFS}'
-}
-
-do_install() {
- oe_runmake 'PREFIX=${D}' install
-}
-
-FILES_${PN} = "${bindir} ${sbindir} ${libexecdir} ${libdir}/lib*.so.* \
- ${libdir}/*/ ${sysconfdir} ${sharedstatedir} ${localstatedir} \
- /bin /sbin /lib/*/ /lib/*.so*"