2008-10-04 06:29:49 +02:00
|
|
|
# Template build file for 'jpeg'.
|
|
|
|
pkgname=jpeg
|
2009-08-24 15:53:59 +02:00
|
|
|
version=7
|
|
|
|
distfiles="http://www.ijg.org/files/jpegsrc.v${version}.tar.gz"
|
2008-10-02 18:41:25 +02:00
|
|
|
build_style=gnu_configure
|
2009-03-25 07:21:10 +01:00
|
|
|
make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr
|
|
|
|
mandir=$XBPS_DESTDIR/$pkgname-$version/usr/share/man/man1 install"
|
2008-10-02 18:41:25 +02:00
|
|
|
configure_args="--enable-shared --enable-static"
|
|
|
|
short_desc="IJG's jpeg compression utilities"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-08-24 15:53:59 +02:00
|
|
|
checksum=50b7866206c5be044c4a2b0d7895898f5a58d31b50e16e79cf7dea3b90337ebf
|
2008-10-02 18:41:25 +02:00
|
|
|
long_desc="
|
2009-03-25 07:21:10 +01:00
|
|
|
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."
|
2008-10-02 18:41:25 +02:00
|
|
|
|
2009-03-25 07:21:10 +01:00
|
|
|
subpackages="devel"
|
|
|
|
Add_dependency full glibc
|
2008-10-02 18:41:25 +02:00
|
|
|
|
2009-03-25 07:21:10 +01:00
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
install -D -m644 ${wrksrc}/jpegint.h ${DESTDIR}/usr/include
|
|
|
|
}
|