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/jpeg.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/jpeg.mk')
-rw-r--r-- | src/jpeg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jpeg.mk b/src/jpeg.mk index eb8113a..fcf2bb6 100644 --- a/src/jpeg.mk +++ b/src/jpeg.mk @@ -1,10 +1,10 @@ # jpeg -# http://www.ijg.org/ # http://packages.debian.org/unstable/source/libjpeg6b PKG := jpeg $(PKG)_VERSION := 6b $(PKG)_SUBDIR := jpeg-$($(PKG)_VERSION) +$(PKG)_WEBSITE := http://www.ijg.org/ $(PKG)_FILE := libjpeg6b_$($(PKG)_VERSION).orig.tar.gz $(PKG)_URL := http://ftp.debian.org/debian/pool/main/libj/libjpeg6b/$($(PKG)_FILE) $(PKG)_DEPS := gcc |