summaryrefslogtreecommitdiffstats
path: root/src/curl.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-03-01 15:35:21 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-03-01 15:35:21 (GMT)
commitb05d179c96ba05850b23be6bdeebade4441b7622 (patch)
tree8024e0a802ba4ed54d36b7ce58d4ebf825a3df9c /src/curl.mk
parent1e8e85e10aa534a8b074681215ff8f6de4e8b446 (diff)
downloadmxe-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/curl.mk')
-rw-r--r--src/curl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/curl.mk b/src/curl.mk
index 73a9947..b08b121 100644
--- a/src/curl.mk
+++ b/src/curl.mk
@@ -1,10 +1,10 @@
# cURL
-# http://curl.haxx.se/libcurl/
PKG := curl
$(PKG)_VERSION := 7.19.3
$(PKG)_SUBDIR := curl-$($(PKG)_VERSION)
$(PKG)_FILE := curl-$($(PKG)_VERSION).tar.bz2
+$(PKG)_WEBSITE := http://curl.haxx.se/libcurl/
$(PKG)_URL := http://curl.haxx.se/download/$($(PKG)_FILE)
$(PKG)_DEPS := gcc gnutls libidn