e9def74b60
how packages are found. First: I removed all these *-deps.db files and only a single file is used now "build-depends.db"; it's smaller and will be easier to handle in the future... when "run-depends.db" is added :-) Second: there's no need to specify version of package anymore; before you had to do: $ pkgfs.sh install git-1.6.0.2 now you only do: $ pkgfs.sh install git This will read the variables located at PKGFS_TEMPLATESDIR/git.tmpl and will the install the version that is there. --HG-- extra : convert_revision : 9e3e5d70965a69c76f59e322b7c7b674d627af52
18 lines
825 B
Cheetah
Executable File
18 lines
825 B
Cheetah
Executable File
# Template build file for 'jasper'.
|
|
pkgname=jasper
|
|
version=1.900.1
|
|
extract_sufx=".zip"
|
|
url=http://www.ece.uvic.ca/~mdadams/jasper/software
|
|
build_style=gnu_configure
|
|
configure_args="--enable-shared --without-x --disable-opengl"
|
|
short_desc="Software-based reference implementation of the JPEG-2000 codec"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=fb2c188abf5b8c297078ac1f913101734f72db5c
|
|
long_desc="
|
|
The JasPer Project is a collaborative effort between Image Power, Inc.
|
|
and the University of British Columbia. The objective of this project is
|
|
to develop a software-based reference implementation of the codec
|
|
specified in the JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1).This
|
|
software has also been submitted to the ISO for inclusion in the JPEG-2000
|
|
Part-5 standard (as an official reference implementation)."
|