mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
opencolorio: use make explicitly
This commit is contained in:
parent
d657032dbf
commit
07f018c22c
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*) ;;
|
i686*|x86_64*) ;;
|
||||||
*) configure_args+=" -DOCIO_USE_SSE=OFF" ;;
|
*) configure_args+=" -DOCIO_USE_SSE=OFF" ;;
|
||||||
esac
|
esac
|
||||||
|
make_cmd=make
|
||||||
hostmakedepends="pkg-config git"
|
hostmakedepends="pkg-config git"
|
||||||
makedepends="tinyxml-devel lcms2-devel"
|
makedepends="tinyxml-devel lcms2-devel"
|
||||||
short_desc="A complete color management solution"
|
short_desc="A complete color management solution"
|
||||||
|
@ -19,6 +20,8 @@ changelog="https://raw.githubusercontent.com/imageworks/OpenColorIO/master/Chang
|
||||||
distfiles="https://github.com/imageworks/OpenColorIO/archive/v${version}.tar.gz"
|
distfiles="https://github.com/imageworks/OpenColorIO/archive/v${version}.tar.gz"
|
||||||
checksum=c9b5b9def907e1dafb29e37336b702fff22cc6306d445a13b1621b8a754c14c8
|
checksum=c9b5b9def907e1dafb29e37336b702fff22cc6306d445a13b1621b8a754c14c8
|
||||||
|
|
||||||
|
export CMAKE_GENERATOR="Unix Makefiles"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue