void-packages/srcpkgs/jpeg/template
Juan RP 2b871c3756 jpeg: update to 8. abi_depends bumped.
--HG--
extra : convert_revision : 144bf4163ce49de3ab9bc07d4452ca0466f362d2
2010-01-17 15:06:01 +01:00

29 lines
1.1 KiB
Plaintext

# Template build file for 'jpeg'.
pkgname=jpeg
version=8
distfiles="http://www.ijg.org/files/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=17baa5b7acb3f0f8d15d73dd2416cb9398a55b3334a5a9359d278d8de6a50bac
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="$pkgname-devel"
Add_dependency run glibc
post_install()
{
install -D -m644 ${wrksrc}/jpegint.h ${DESTDIR}/usr/include
}