summaryrefslogtreecommitdiff
path: root/package/exmap
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-23 11:34:44 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-23 11:34:44 +0100
commit2c3389799c46724a4922179ff70d1230ccbe5b59 (patch)
tree2e890bacc226d2bef8518e38a935a0f6252d3a32 /package/exmap
parent9183b983ea3f2b20359eaa7cf3a8776af301c059 (diff)
fixes for new pkgmaker generated menu
Diffstat (limited to 'package/exmap')
-rw-r--r--package/exmap/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/package/exmap/Makefile b/package/exmap/Makefile
index e714c780f..22acc5997 100644
--- a/package/exmap/Makefile
+++ b/package/exmap/Makefile
@@ -6,18 +6,19 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= exmap
PKG_VERSION:= 0.4.1
PKG_RELEASE:= 1
-PKG_BUILDDEP+= glib readline
PKG_MD5SUM:= 55aec784e214037e61400287a55b5426
-PKG_DESCR:= memory analysing toolsuite
+PKG_DESCR:= memory analysing client tool
PKG_SECTION:= utils
+PKG_DEPENDS:= kmod-exmap libreadline glib
+PKG_BUILDDEP+= glib readline
PKG_SITES:= http://labs.o-hand.com/sources/exmap-console/
DISTFILES:= ${PKG_NAME}-console-${PKG_VERSION}.tgz
WRKDIST= ${WRKDIR}/${PKG_NAME}-console-${PKG_VERSION}
-PKG_DESCR_EXMAPD:= exmap daemon
-PKG_DESCR_EXMAPSERVER:= exmap server
-PKG_DESCR_KMOD_EXMAP:= exmap kernel module
+PKG_DESCR_EXMAPD:= memory analysing daemon
+PKG_DESCR_EXMAPSERVER:= memory analysing server
+PKG_DESCR_KMOD_EXMAP:= memory analysing kernel module
include ${TOPDIR}/mk/package.mk