summaryrefslogtreecommitdiffstats
path: root/src/cunit.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-09-18 19:59:43 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-09-18 19:59:43 (GMT)
commitf7bf89c27b37346335b079ef1e1b03ef6b0f3714 (patch)
treecb2e4caae29f07b36704e3812a02a3071e6150ad /src/cunit.mk
parent65e88473e5155e7ecdfd69178e7b8a88801f0f43 (diff)
downloadmxe-f7bf89c27b37346335b079ef1e1b03ef6b0f3714.zip
mxe-f7bf89c27b37346335b079ef1e1b03ef6b0f3714.tar.gz
mxe-f7bf89c27b37346335b079ef1e1b03ef6b0f3714.tar.bz2
bugfix for package cunit
Diffstat (limited to 'src/cunit.mk')
-rw-r--r--src/cunit.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cunit.mk b/src/cunit.mk
index 3d94972..ad8a5b1 100644
--- a/src/cunit.mk
+++ b/src/cunit.mk
@@ -8,13 +8,13 @@ $(PKG)_VERSION := 2.1-0
$(PKG)_CHECKSUM := 05920c1defda3527cee3bc82fb9eadf45c5ea7a1
$(PKG)_SUBDIR := CUnit-$($(PKG)_VERSION)
$(PKG)_FILE := CUnit-$($(PKG)_VERSION)-src.tar.gz
-$(PKG)_WEBSITE := http://cunit.sourceforge.net
+$(PKG)_WEBSITE := http://cunit.sourceforge.net/
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/cunit/CUnit/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
$(call SOURCEFORGE_FILES,http://sourceforge.net/projects/cunit/files/cunit/) | \
- $(SED) -n 's,.*CUnit-\([0-9][^>]*\)\.tar.*,\1,p' | \
+ $(SED) -n 's,.*CUnit-\([0-9][^>]*\)-src\.tar.*,\1,p' | \
tail -1
endef