16 lines
531 B
Bash
16 lines
531 B
Bash
# Template file for 'jpeginfo'
|
|
pkgname=jpeginfo
|
|
version=1.6.1
|
|
revision=3
|
|
build_style=gnu-configure
|
|
makedepends="libjpeg-turbo-devel"
|
|
short_desc="Prints information and tests integrity of JPEG/JFIF files"
|
|
maintainer="bougyman <bougyman@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://www.kokkonen.net/tjko/projects.html"
|
|
distfiles="http://www.kokkonen.net/tjko/src/jpeginfo-${version}.tar.gz"
|
|
checksum=629e31cf1da0fa1efe4a7cc54c67123a68f5024f3d8e864a30457aeaed1d7653
|
|
|
|
pre_install() {
|
|
make_install_args="INSTALL_ROOT=${DESTDIR}"
|
|
}
|