Merge branch 'onekk-master'

This commit is contained in:
Juan RP 2014-05-05 08:25:00 +02:00
commit 92d0352db8

20
srcpkgs/openexr/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'openexr'
pkgname=openexr
version=2.1.0
revision=1
build_style=gnu-configure
CFLAGS="-fPIC"
CXXFLAGS="-fPIC -lrt"
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
homepage="http://www.openexr.com/"
license="BSD"
short_desc="OpenEXR is a high dynamic-range (HDR) image file format"
hostmakedepends="pkg-config "
makedepends="ilmbase-devel zlib-devel"
distfiles="http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
checksum="54486b454073c1dcb5ae9892cf0f730ffefe62f38176325281505093fd218a14"
post_install(){
# license
vinstall ${wrksrc}/LICENSE 644 usr/share/licenses/${pkgname}
}