[package] valgrind: update to 3.8.0
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33374 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f55cd70460
commit
3cdbdd0f53
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006-2011 OpenWrt.org
|
# Copyright (C) 2006-2012 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -8,21 +8,16 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=valgrind
|
PKG_NAME:=valgrind
|
||||||
PKG_REV:=r12684
|
PKG_VERSION:=3.8.0
|
||||||
PKG_VERSION:=3.7.0+svn_$(PKG_REV)
|
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=svn://svn.valgrind.org/valgrind/trunk
|
PKG_SOURCE_URL:=http://valgrind.org/downloads/
|
||||||
PKG_SOURCE_SUBDIR=$(PKG_NAME)-$(PKG_VERSION)
|
PKG_MD5SUM:=ec04dfd1256307432b2a7b520398c526
|
||||||
PKG_SOURCE_VERSION:=$(PKG_REV)
|
|
||||||
PKG_MIRROR_MD5SUM:=841cfcaf265fae0b866c6cb4c563e3c0
|
|
||||||
|
|
||||||
PKG_FIXUP = autoreconf
|
PKG_FIXUP = autoreconf
|
||||||
PKG_INSTALL := 1
|
PKG_INSTALL := 1
|
||||||
|
|
||||||
PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR)
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user