vp-build/templates/jpeg/template
Juan RP dd6b45c322 Set sourcepkg to pkgname through run_template().
This removes the need for having to specify sourcepkg manually in
every package that will build subpkgs.

--HG--
extra : convert_revision : 383e4c467e84844d2f4f61ae5c5e07a5124e9cfb
2009-07-29 22:44:30 +02:00

29 lines
1.1 KiB
Plaintext

# Template build file for 'jpeg'.
pkgname=jpeg
version=6b
distfiles="ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v${version}.tar.gz"
build_style=gnu_configure
make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr
mandir=$XBPS_DESTDIR/$pkgname-$version/usr/share/man/man1 install"
configure_args="--enable-shared --enable-static"
short_desc="IJG's jpeg compression utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=75c3ec241e9996504fe02a9ed4d12f16b74ade713972f3db9e65ce95cd27e35d
long_desc="
The jpeg package contains a library of functions for manipulating
JPEG images, as well as simple client programs for accessing the
libjpeg functions. Libjpeg client programs include cjpeg, djpeg,
jpegtran, rdjpgcom and wrjpgcom. Cjpeg compresses an image file into
JPEG format. Djpeg decompresses a JPEG file into a regular image
file. Jpegtran can perform various useful transformations on JPEG
files. Rdjpgcom displays any text comments included in a JPEG file.
Wrjpgcom inserts text comments into a JPEG file."
subpackages="devel"
Add_dependency full glibc
post_install()
{
install -D -m644 ${wrksrc}/jpegint.h ${DESTDIR}/usr/include
}