2008-10-04 04:29:49 +00:00
|
|
|
# Template build file for 'jpeg'.
|
|
|
|
pkgname=jpeg
|
2012-05-15 06:45:43 +00:00
|
|
|
version=8d
|
|
|
|
homepage="http://www.ijg.org"
|
2009-08-24 13:53:59 +00:00
|
|
|
distfiles="http://www.ijg.org/files/jpegsrc.v${version}.tar.gz"
|
2011-10-24 12:14:47 +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"
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2008-10-02 16:41:25 +00:00
|
|
|
short_desc="IJG's jpeg compression utilities"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-05-15 06:45:43 +00:00
|
|
|
license="Unknown"
|
|
|
|
checksum=00029b1473f0f0ea72fbca3230e8cb25797fbb27e58ae2e46bb8bf5a806fe0b3
|
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
|
|
|
|
2013-01-08 09:10:40 +00:00
|
|
|
subpackages="libjpeg-turbo-devel jpeg-tools"
|
2011-10-15 10:27:44 +00:00
|
|
|
replaces="jpeg>=0"
|
2008-10-02 16:41:25 +00:00
|
|
|
|
2012-05-15 06:45:43 +00:00
|
|
|
post_install() {
|
|
|
|
vinstall jpegint.h 644 usr/include
|
2009-03-25 06:21:10 +00:00
|
|
|
}
|