mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
parent
43f7d19d2b
commit
3ecb7f7a7b
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ispc'
|
# Template file for 'ispc'
|
||||||
pkgname=ispc
|
pkgname=ispc
|
||||||
version=1.9.1
|
version=1.9.2
|
||||||
revision=1
|
revision=1
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -11,9 +11,13 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://ispc.github.io"
|
homepage="https://ispc.github.io"
|
||||||
distfiles="https://github.com/ispc/ispc/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ispc/ispc/archive/v${version}.tar.gz"
|
||||||
checksum=c52910a007f1b0c732dd1cb981e7c22f3b9b575f0b097a49f4e43fc7a3e7e976
|
checksum=76a14e22f05a52fb0b30142686a6cb144b0415b39be6c9fcd3f17ac23447f0b2
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
sed -i '/WERROR=/d' Makefile
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin ispc
|
vbin ispc
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue