diff options
Diffstat (limited to 'recipes/jpeg/jasper_1.900.1.bb')
-rw-r--r-- | recipes/jpeg/jasper_1.900.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/jpeg/jasper_1.900.1.bb b/recipes/jpeg/jasper_1.900.1.bb new file mode 100644 index 0000000000..9f1f5eeebc --- /dev/null +++ b/recipes/jpeg/jasper_1.900.1.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Jpeg 2000 implementation" +LICENSE = "MIT" +DEPENDS = "unzip-native" + +SRC_URI = "http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-${PV}.zip" + +inherit autotools lib_package + +EXTRA_OECONF = "--enable-shared" + +AUTOTOOLS_STAGE_PKGCONFIG = "1" +do_stage() { + autotools_stage_all +} + |