diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2012-03-29 09:07:07 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2012-03-29 09:07:07 (GMT) |
commit | 7e6723adb595dd573666c04739d70e528e653a68 (patch) | |
tree | e1618a56489509dcb1812e6f164c8cd7b5bc0f86 /src/jasper.mk | |
parent | 483164575c049cf3c7da6281475ef6235c64c3b6 (diff) | |
download | mxe-7e6723adb595dd573666c04739d70e528e653a68.zip mxe-7e6723adb595dd573666c04739d70e528e653a68.tar.gz mxe-7e6723adb595dd573666c04739d70e528e653a68.tar.bz2 |
Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html
Diffstat (limited to 'src/jasper.mk')
-rw-r--r-- | src/jasper.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jasper.mk b/src/jasper.mk index 56a2f3d..49cd80e 100644 --- a/src/jasper.mk +++ b/src/jasper.mk @@ -4,11 +4,9 @@ # JasPer PKG := jasper $(PKG)_IGNORE := -$(PKG)_VERSION := 1.900.1 $(PKG)_CHECKSUM := 9c5735f773922e580bf98c7c7dfda9bbed4c5191 $(PKG)_SUBDIR := jasper-$($(PKG)_VERSION) $(PKG)_FILE := jasper-$($(PKG)_VERSION).zip -$(PKG)_WEBSITE := http://www.ece.uvic.ca/~mdadams/jasper/ $(PKG)_URL := http://www.ece.uvic.ca/~mdadams/jasper/software/$($(PKG)_FILE) $(PKG)_DEPS := gcc jpeg |