b52d064544
Each template now needs to use $distfiles that accepts the full URL to download the distfile and old $extract_sufx is now merged on it, but this must be separated by the '@' character. Example: distfiles="http://www.foo.org/blah-6.2@.tar.gz http://www.foo.org/blob-1.0@.tar.bz2" If distfiles contains multiple files defined, $wrksrc is now mandatory. --HG-- extra : convert_revision : 1c3fa35f148af8323ce3cbcf5732104960de6bc4
19 lines
692 B
Cheetah
19 lines
692 B
Cheetah
# Template build file for 'gegl'.
|
|
pkgname=gegl
|
|
version=0.0.20
|
|
distfiles="ftp://ftp.gimp.org/pub/gegl/0.0/$pkgname-$version@.tar.bz2"
|
|
build_style=gnu_configure
|
|
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
|
pkgconfig_override="gegl.pc"
|
|
short_desc="graph based image processing framework"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=b4bc7169eafa4fea512f1190f1ad835d688c4080
|
|
long_desc="
|
|
GEGL (Generic Graphics Library) is a graph based image processing
|
|
framework.
|
|
|
|
GEGL provides infrastructure to do demand based cached non destructive
|
|
image editing on larger than RAM buffers. Through babl it provides
|
|
support for a wide range of color models and pixel storage formats for
|
|
input and output."
|