diff options
author | Mark Brand <mabrand@mabrand.nl> | 2010-12-12 00:16:13 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2010-12-12 00:16:13 (GMT) |
commit | 0d20234f54d5a92828e148da5dfca71755b3c4db (patch) | |
tree | 2500dad0111759415c7a0e891895faa59808d8f5 /src/libcroco.mk | |
parent | 314b9640f53535faf0f81763eed6aa969da539e5 (diff) | |
download | mxe-0d20234f54d5a92828e148da5dfca71755b3c4db.zip mxe-0d20234f54d5a92828e148da5dfca71755b3c4db.tar.gz mxe-0d20234f54d5a92828e148da5dfca71755b3c4db.tar.bz2 |
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.
Diffstat (limited to 'src/libcroco.mk')
-rw-r--r-- | src/libcroco.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcroco.mk b/src/libcroco.mk index 26cc54b..651810a 100644 --- a/src/libcroco.mk +++ b/src/libcroco.mk @@ -7,7 +7,7 @@ $(PKG)_IGNORE := $(PKG)_VERSION := 0.6.2 $(PKG)_CHECKSUM := 4b0dd540a47f2492b1ac7cd7e3ec63c2ef4c9c2a $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) -$(PKG)_FILE := $($(PKG)_SUBDIR).tar.bz2 +$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 $(PKG)_WEBSITE := http://www.freespiders.org/projects/libcroco/ $(PKG)_URL := http://ftp.gnome.org/pub/GNOME/sources/libcroco/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE) $(PKG)_DEPS := gcc glib libxml2 |