mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
coccinelle: update to 1.1.0.
This commit is contained in:
parent
adf1a83f30
commit
07082be9ef
1 changed files with 6 additions and 5 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'coccinelle'
|
# Template file for 'coccinelle'
|
||||||
pkgname=coccinelle
|
pkgname=coccinelle
|
||||||
version=1.0.8
|
version=1.1.0
|
||||||
revision=5
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-pdflatex --enable-release
|
configure_args="--without-pdflatex --enable-release --enable-opt
|
||||||
--with-python=/usr/bin/python3"
|
--with-python=/usr/bin/python3"
|
||||||
hostmakedepends="python3 automake libtool"
|
hostmakedepends="python3 automake libtool"
|
||||||
makedepends="ocaml ocaml-findlib ocaml-num pcre-devel python3-devel"
|
makedepends="ocaml ocaml-findlib ocaml-num ocaml-stdcompat
|
||||||
|
pcre-devel python3-devel"
|
||||||
short_desc="Program matching and transformation engine"
|
short_desc="Program matching and transformation engine"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://coccinelle.lip6.fr/"
|
homepage="http://coccinelle.lip6.fr/"
|
||||||
distfiles="https://github.com/coccinelle/coccinelle/archive/${version}.tar.gz"
|
distfiles="https://github.com/coccinelle/coccinelle/archive/${version}.tar.gz"
|
||||||
checksum=9f994bf98bc88c333ac7a54a03d4fa1826122eec7016a1f22c6b2ef2a6a4347f
|
checksum=e40bdd51eda84f9bf3154c592ebb4af73a4dd9656c03e7ca1d3aa0247d98d185
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue