diff src/taglib.mk @ 1499:9e587ca588dc

remove $($PKG)_SUBDIR) from FILE and URL defintions For now this means a bit of duplication, but if the remaining references to SUBDIR can be dealt with, we should be able to get rid of the SUBDIR defintion altogether.
author Mark Brand <mabrand@mabrand.nl>
date Sun, 12 Dec 2010 01:16:13 +0100
parents b680227d8892
children 34e2c7640502
line wrap: on
line diff
--- a/src/taglib.mk	Sat Dec 11 23:19:47 2010 +0100
+++ b/src/taglib.mk	Sun Dec 12 01:16:13 2010 +0100
@@ -7,7 +7,7 @@
 $(PKG)_VERSION  := 1.6.3
 $(PKG)_CHECKSUM := ee54f10c63f236ef1c29c82e39c227a75a7e3785
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
-$(PKG)_FILE     := $($(PKG)_SUBDIR).tar.gz
+$(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.gz
 $(PKG)_WEBSITE  := http://developer.kde.org/~wheeler/taglib.html
 $(PKG)_URL      := http://developer.kde.org/~wheeler/files/src/$($(PKG)_FILE)
 $(PKG)_DEPS     := gcc zlib