void-packages/srcpkgs/jasper/template

19 lines
674 B
Plaintext

# Template build file for 'jasper'.
pkgname=jasper
version=1.900.1
revision=6
subpackages="libjasper $pkgname-devel"
build_style=gnu-configure
configure_args="--enable-shared --disable-static --without-x --disable-opengl"
makedepends="unzip libjpeg-turbo-devel"
short_desc="Software-based reference implementation of the JPEG-2000 codec"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.ece.uvic.ca/~mdadams/jasper"
license="JasPer-2.0"
distfiles="http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-${version}.zip"
checksum=6b905a9c2aca2e275544212666eefc4eb44d95d0a57e4305457b407fe63f9494
post_install() {
vinstall LICENSE 644 usr/share/licenses/jasper
}