Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[vuplus_openembedded] / recipes / jpeg / jasper_1.900.1.bb
1 DESCRIPTION = "Jpeg 2000 implementation"
2 LICENSE = "MIT"
3 DEPENDS = "unzip-native"
4
5 SRC_URI = "http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-${PV}.zip"
6
7 inherit autotools lib_package
8
9 EXTRA_OECONF = "--enable-shared"
10
11 AUTOTOOLS_STAGE_PKGCONFIG = "1"
12 do_stage() {
13         autotools_stage_all
14 }
15