summaryrefslogtreecommitdiff
path: root/package/valgrind
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-30 20:39:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-30 20:39:07 +0200
commitba3359722cbf8aa7b0ed39e1f81d1d74ec88fecd (patch)
tree10c726d162bc0ded85eb7aeacf8f246bd39ad63a /package/valgrind
parentbbd610f15a71b27c955175cb98392b114717fd47 (diff)
optimize ipkg package management
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig
Diffstat (limited to 'package/valgrind')
-rw-r--r--package/valgrind/Makefile8
-rw-r--r--package/valgrind/ipkg/valgrind.control4
2 files changed, 6 insertions, 6 deletions
diff --git a/package/valgrind/Makefile b/package/valgrind/Makefile
index 83be5f74a..5b84b7d9b 100644
--- a/package/valgrind/Makefile
+++ b/package/valgrind/Makefile
@@ -9,12 +9,16 @@ PKG_NAME:= valgrind
PKG_VERSION:= 3.3.1
PKG_RELEASE:= 2
PKG_MD5SUM:= 0539e2fa4aadb2cd4ca4bba65b1fe8b5
+PKG_DESCR:= memory management debugging
+PKG_SECTION:= utils
+PKG_URL:= http://valgrind.org
+PKG_SITES:= http://valgrind.org/downloads/
+
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
-MASTER_SITES:= http://valgrind.org/downloads/
include $(TOPDIR)/mk/package.mk
-$(eval $(call PKG_template,VALGRIND,valgrind,$(PKG_VERSION)-$(PKG_RELEASE)))
+$(eval $(call PKG_template,VALGRIND,${PKG_NAME},$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-tls
diff --git a/package/valgrind/ipkg/valgrind.control b/package/valgrind/ipkg/valgrind.control
deleted file mode 100644
index 306e9a21c..000000000
--- a/package/valgrind/ipkg/valgrind.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: valgrind
-Priority: optional
-Section: utils
-Description: memory management debugging