diff options
Diffstat (limited to 'src/jasper.mk')
-rw-r--r-- | src/jasper.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/jasper.mk b/src/jasper.mk index 675f614..a67bb8d 100644 --- a/src/jasper.mk +++ b/src/jasper.mk @@ -1,14 +1,11 @@ -# This file is part of mingw-cross-env. -# See doc/index.html for further information. +# This file is part of MXE. +# See index.html for further information. -# 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 |