diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-03-01 15:35:21 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-03-01 15:35:21 (GMT) |
commit | b05d179c96ba05850b23be6bdeebade4441b7622 (patch) | |
tree | 8024e0a802ba4ed54d36b7ce58d4ebf825a3df9c /src/expat.mk | |
parent | 1e8e85e10aa534a8b074681215ff8f6de4e8b446 (diff) | |
download | mxe-b05d179c96ba05850b23be6bdeebade4441b7622.zip mxe-b05d179c96ba05850b23be6bdeebade4441b7622.tar.gz mxe-b05d179c96ba05850b23be6bdeebade4441b7622.tar.bz2 |
put all package's project websites into Make variables $($(PKG)_WEBSITE)
Diffstat (limited to 'src/expat.mk')
-rw-r--r-- | src/expat.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expat.mk b/src/expat.mk index 9b91d77..568b3ac 100644 --- a/src/expat.mk +++ b/src/expat.mk @@ -1,10 +1,10 @@ # Expat XML Parser -# http://expat.sourceforge.net/ PKG := expat $(PKG)_VERSION := 2.0.1 $(PKG)_SUBDIR := expat-$($(PKG)_VERSION) $(PKG)_FILE := expat-$($(PKG)_VERSION).tar.gz +$(PKG)_WEBSITE := http://expat.sourceforge.net/ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/expat/$($(PKG)_FILE) $(PKG)_DEPS := gcc |