diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-04-16 17:45:56 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-04-16 17:45:56 (GMT) |
commit | 5814a1aa10f0aef7f77b909f3633fb32d72725a6 (patch) | |
tree | f0c7f13bce347121fefe62f37d209c7c1a1d3aec /src/jpeg.mk | |
parent | 4f36d379c7cdbe6cb84e740ef0d99fdf71f27168 (diff) | |
download | mxe-5814a1aa10f0aef7f77b909f3633fb32d72725a6.zip mxe-5814a1aa10f0aef7f77b909f3633fb32d72725a6.tar.gz mxe-5814a1aa10f0aef7f77b909f3633fb32d72725a6.tar.bz2 |
improved coding style: use a consistent order of variables
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 506a8a0..443cd98 100644 --- a/src/jpeg.mk +++ b/src/jpeg.mk @@ -4,8 +4,8 @@ PKG := jpeg $(PKG)_VERSION := 6b $(PKG)_CHECKSUM := 7079f0d6c42fad0cfba382cf6ad322add1ace8f9 $(PKG)_SUBDIR := jpeg-$($(PKG)_VERSION) -$(PKG)_WEBSITE := http://www.ijg.org/ $(PKG)_FILE := libjpeg6b_$($(PKG)_VERSION).orig.tar.gz +$(PKG)_WEBSITE := http://www.ijg.org/ $(PKG)_URL := http://ftp.debian.org/debian/pool/main/libj/libjpeg6b/$($(PKG)_FILE) $(PKG)_DEPS := gcc |