jpeg: update to 8c, added jpeg-tools subpkg.
This commit is contained in:
parent
3ecb5416db
commit
2eaa565901
|
@ -0,0 +1 @@
|
||||||
|
jpeg
|
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'jpeg-tools'.
|
||||||
|
#
|
||||||
|
short_desc="${sourcepkg} - bundled tools"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains tools to manipulate JPG files."
|
||||||
|
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency run jpeg ">=${version}"
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
mkdir -p ${DESTDIR}/usr
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/{bin,share} ${DESTDIR}/usr
|
||||||
|
}
|
|
@ -1,7 +1,6 @@
|
||||||
# Template build file for 'jpeg'.
|
# Template build file for 'jpeg'.
|
||||||
pkgname=jpeg
|
pkgname=jpeg
|
||||||
version=8b
|
version=8c
|
||||||
revision=1
|
|
||||||
distfiles="http://www.ijg.org/files/jpegsrc.v${version}.tar.gz"
|
distfiles="http://www.ijg.org/files/jpegsrc.v${version}.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr
|
make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr
|
||||||
|
@ -9,7 +8,7 @@ make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr
|
||||||
configure_args="--enable-shared --enable-static"
|
configure_args="--enable-shared --enable-static"
|
||||||
short_desc="IJG's jpeg compression utilities"
|
short_desc="IJG's jpeg compression utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=36e6208edec591bae8f2fc370ea4f991447badb6377a125c211ffa7b503174a7
|
checksum=edfc0b3e004b2fe58ffeeec89f96e3a3c28972c46725ec127d01edf8a1cc7c9a
|
||||||
long_desc="
|
long_desc="
|
||||||
The jpeg package contains a library of functions for manipulating
|
The jpeg package contains a library of functions for manipulating
|
||||||
JPEG images, as well as simple client programs for accessing the
|
JPEG images, as well as simple client programs for accessing the
|
||||||
|
@ -20,7 +19,7 @@ long_desc="
|
||||||
files. Rdjpgcom displays any text comments included in a JPEG file.
|
files. Rdjpgcom displays any text comments included in a JPEG file.
|
||||||
Wrjpgcom inserts text comments into a JPEG file."
|
Wrjpgcom inserts text comments into a JPEG file."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="jpeg-devel jpeg-tools"
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
|
|
Loading…
Reference in New Issue