jpeginfo: set INSTALL_ROOT for proper install paths

This commit is contained in:
bougyman 2015-05-02 17:50:27 -05:00
parent 4038d6d8fc
commit fbf8564596
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'jpeginfo'
pkgname=jpeginfo
version=1.6.1
revision=1
revision=2
build_style=gnu-configure
makedepends="libjpeg-turbo-devel"
short_desc="Prints information and tests integrity of JPEG/JFIF files"
@ -10,3 +10,7 @@ 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}"
}