openexr: rebuild for musl.
This commit is contained in:
parent
29ea213b62
commit
35f304bda7
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'openexr'
|
||||
pkgname=openexr
|
||||
version=2.2.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.openexr.com/"
|
||||
license="BSD"
|
||||
short_desc="High dynamic-range (HDR) image file format"
|
||||
|
@ -15,8 +15,7 @@ checksum="36a012f6c43213f840ce29a8b182700f6cf6b214bea0d5735594136b44914231"
|
|||
LDFLAGS="-lrt"
|
||||
|
||||
post_install(){
|
||||
# license
|
||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
libopenexr_package() {
|
||||
|
@ -25,10 +24,9 @@ libopenexr_package() {
|
|||
vmove usr/lib/*.so.*
|
||||
}
|
||||
}
|
||||
|
||||
libopenexr-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="zlib-devel ilmbase-devel libopenexr>=${version}_${revision}"
|
||||
depends="${makedepends} libopenexr>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
|
|
Loading…
Reference in New Issue