void-packages/srcpkgs/povray/template
Đoàn Trần Công Danh a92d370caa srcpkgs: add patch_args=-Np0 en-mass
Generated with:

	git ls-files 'srcpkgs/**/patches/*' |
	cut -d/ -f2 | uniq |
	xargs printf 'srcpkgs/%s/template\n'  |
	xargs grep -L 'patch_args=' |
	xargs sed -i "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
2021-06-20 13:17:29 +07:00

35 lines
969 B
Bash

# Template file for 'povray'
pkgname=povray
version=3.7.0.8
revision=5
build_style=gnu-configure
_v=${version%.*.*}
configure_args="COMPILED_BY=Void --disable-optimiz-arch"
conf_files="
/etc/povray/$_v/povray.conf
/etc/povray/$_v/povray.ini"
hostmakedepends="git autoconf automake"
makedepends="boost-devel libpng-devel tiff-devel SDL-devel"
depends="openexr"
short_desc="Script-based raytracer for 3D graphic production"
maintainer="Brenton Horne <brentonhorne77@gmail.com>"
license="AGPL-3.0-or-later"
homepage="http://povray.org/"
distfiles="https://github.com/POV-Ray/povray/archive/v${version}.tar.gz"
checksum=53d11ebd2972fc452af168a00eb83aefb61387662c10784e81b63e44aa575de4
nocross="Builds fail on ARM architectures
Logs are at https://travis-ci.org/void-linux/void-packages/builds/412583835."
LDFLAGS+=" -Wl,-z,stack-size=1048576"
patch_args=-Np0
pre_configure() {
cd $wrksrc/unix
./prebuild.sh
cd ..
./bootstrap
}
post_install() {
vlicense LICENSE
}