30 lines
1.2 KiB
Text
30 lines
1.2 KiB
Text
# Template build file for 'jpeg'.
|
|
pkgname=jpeg
|
|
version=8d
|
|
homepage="http://www.ijg.org"
|
|
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 install"
|
|
configure_args="--enable-shared --enable-static"
|
|
revision=1
|
|
short_desc="IJG's jpeg compression utilities"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="Unknown"
|
|
checksum=00029b1473f0f0ea72fbca3230e8cb25797fbb27e58ae2e46bb8bf5a806fe0b3
|
|
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="libjpeg-turbo-devel jpeg-tools"
|
|
replaces="jpeg>=0"
|
|
|
|
post_install() {
|
|
vinstall jpegint.h 644 usr/include
|
|
}
|