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
21 lines
961 B
Cheetah
Executable file
21 lines
961 B
Cheetah
Executable file
# Template build file for 'tiff'.
|
|
pkgname=tiff
|
|
version=3.8.2
|
|
extract_sufx=".tar.gz"
|
|
url=http://libtiff.maptools.org/dl
|
|
build_style=gnu_configure
|
|
configure_args="--enable-rpath --enable-cxx --without-x"
|
|
short_desc="Library and tools for reading and writing TIFF data files"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=1b4d825e3be08764e953fc58246d0c25ab4dd17d
|
|
long_desc="
|
|
This is software provides support for the Tag Image Format (TIFF).
|
|
Included is a library, libtiff, for reading and writing TIFF, a
|
|
collection of tools for doing simple manipulations of TIFF images, and
|
|
documentation on the library and tools. A random assortment of
|
|
TIFF-related software contributed by others is also included.
|
|
|
|
The library, along with associated tool programs, should handle most of
|
|
your needs for reading and writing files that follow the 5.0 or 6.0
|
|
TIFF spec. There is also considerable support for some of the more
|
|
esoteric portions of the 6.0 TIFF spec."
|