void-packages/srcpkgs/jpeginfo/template

17 lines
531 B
Bash
Raw Normal View History

2015-05-02 19:22:37 +00:00
# Template file for 'jpeginfo'
pkgname=jpeginfo
version=1.6.1
2015-08-30 12:47:37 +00:00
revision=3
2015-05-02 19:22:37 +00:00
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}"
}