summaryrefslogtreecommitdiff
path: root/package/htop
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-06-15 06:09:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-06-15 06:09:44 +0200
commit8381f7c4ca8cc9894ddd152e90a8333a7e6635d9 (patch)
tree9b1d19eb3ff27f684ea9272ffe875d724670533e /package/htop
parent4b55b83e9310d1c2d3d949b4231f22994cce0905 (diff)
remove manpage flavour, should be done in a global context, when required, minor cleanup
Diffstat (limited to 'package/htop')
-rw-r--r--package/htop/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/package/htop/Makefile b/package/htop/Makefile
index 77e534200..aa9bbfce3 100644
--- a/package/htop/Makefile
+++ b/package/htop/Makefile
@@ -7,31 +7,22 @@ PKG_NAME:= htop
PKG_VERSION:= 0.9
PKG_RELEASE:= 1
PKG_MD5SUM:= 7c5507f35f363f3f40183a2ba3c561f8
-PKG_DESCR:= grafical process manager
+PKG_DESCR:= graphical process manager
PKG_SECTION:= utils
PKG_DEPENDS:= libncurses
PKG_BUILDDEP:= ncurses
PKG_URL:= http://sourceforge.net/projects/htop
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=htop/${PKG_VERSION}/}
-PKG_FLAVOURS_HTOP:= MAN
-PKGFD_MAN:= Install man files
-
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,HTOP,htop,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_ARGS += ac_cv_file__proc_stat=yes \
- ac_cv_file__proc_meminfo=yes \
- ac_cv_func_malloc_0_nonnull=yes \
- ac_cv_func_realloc_0_nonnull=yes
+ ac_cv_file__proc_meminfo=yes
htop-install:
$(INSTALL_DIR) $(IDIR_HTOP)/usr/bin
$(INSTALL_BIN) $(WRKINST)/usr/bin/htop $(IDIR_HTOP)/usr/bin
-ifeq (${ADK_PACKAGE_HTOP_MAN},y)
- ${INSTALL_DIR} ${IDIR_HTOP}/usr/share/man
- ${CP} ${WRKINST}/usr/share/man/* ${IDIR_HTOP}/usr/share/man
-endif
include ${TOPDIR}/mk/pkg-bottom.mk