diff options
author | Chris Larson <clarson@kergoth.com> | 2003-12-03 04:22:15 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-12-03 04:22:15 +0000 |
commit | 4e62832980e7c7f1d205e67c6db89dcdff200b6b (patch) | |
tree | 8a48d25578735621192b1edad8cf246818b7585b /man | |
parent | b79d37952fe99f5821686e1810a036d25d07ab0d (diff) |
Remove unnecessary sets of the S variable, we have a sane default for that now.
BKrev: 3fcd64f7p2VYsNYNbFnMtPYuY-5tZQ
Diffstat (limited to 'man')
-rw-r--r-- | man/man_1.5m2.oe | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/man/man_1.5m2.oe b/man/man_1.5m2.oe index e69de29bb2..8f69a21ec6 100644 --- a/man/man_1.5m2.oe +++ b/man/man_1.5m2.oe @@ -0,0 +1,23 @@ +SRC_URI := ftp://ftp.kernel.org/pub/linux/utils/man/man-1.5m2.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* |