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