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