summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/jasper/jasper_1.900.1.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-graphics/jasper/jasper_1.900.1.bb b/recipes-graphics/jasper/jasper_1.900.1.bb
new file mode 100644
index 0000000000..756cf67421
--- /dev/null
+++ b/recipes-graphics/jasper/jasper_1.900.1.bb
@@ -0,0 +1,13 @@
1DESCRIPTION = "Jpeg 2000 implementation"
2LICENSE = "MIT"
3
4PR = "r1"
5
6SRC_URI = "http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-${PV}.zip"
7
8inherit autotools lib_package
9
10EXTRA_OECONF = "--enable-shared"
11
12SRC_URI[md5sum] = "a342b2b4495b3e1394e161eb5d85d754"
13SRC_URI[sha256sum] = "6b905a9c2aca2e275544212666eefc4eb44d95d0a57e4305457b407fe63f9494"