mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-10 23:02:56 +02:00
coccinelle: update to 1.0.7.
This commit is contained in:
parent
86fa545965
commit
765471aa30
2 changed files with 11 additions and 33 deletions
|
@ -1,12 +0,0 @@
|
||||||
Building docs requires pdflatex.
|
|
||||||
|
|
||||||
--- Makefile.orig 2016-06-08 17:54:25.406353442 +0200
|
|
||||||
+++ Makefile 2016-06-08 17:54:06.599352471 +0200
|
|
||||||
@@ -144,7 +144,6 @@
|
|
||||||
$(MAKE) .depend
|
|
||||||
$(MAKE) $(TARGET_SPATCH)
|
|
||||||
$(MAKE) preinstall
|
|
||||||
- $(MAKE) docs
|
|
||||||
@$(ECHO) -e "\n\tcoccinelle can now be installed via 'make install'"
|
|
||||||
|
|
||||||
all.opt: Makefile.config
|
|
|
@ -1,34 +1,24 @@
|
||||||
# Template file for 'coccinelle'
|
# Template file for 'coccinelle'
|
||||||
pkgname=coccinelle
|
pkgname=coccinelle
|
||||||
version=1.0.6
|
version=1.0.7
|
||||||
revision=3
|
revision=1
|
||||||
build_style="gnu-configure"
|
build_style=gnu-configure
|
||||||
configure_args="--without-pdflatex"
|
configure_args="--without-pdflatex --enable-release
|
||||||
makedepends="ocaml ocaml-findlib ocaml-num camlp4 pcre-devel python-devel"
|
--with-python=/usr/bin/python3"
|
||||||
|
hostmakedepends="python3 automake libtool"
|
||||||
|
makedepends="ocaml ocaml-findlib ocaml-num camlp4 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="http://coccinelle.lip6.fr/distrib/coccinelle-${version}.tgz"
|
distfiles="http://coccinelle.lip6.fr/distrib/coccinelle-${version}.tar.gz"
|
||||||
checksum=8452ed265c209dae99cbb33b67bc7912e72f8bca1e24f33f1a88ba3d7985e909
|
checksum=475e2bed5486023d19d9e0dec5e109b04b872a9917b62faf83ce3521676f728b
|
||||||
|
|
||||||
export OCAMLPARAM="safe-string=0,_"
|
export OCAMLPARAM="safe-string=0,_"
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
conflicts="pfff" # /usr/bin/spatch
|
conflicts="pfff" # /usr/bin/spatch
|
||||||
|
|
||||||
post_extract() {
|
pre_configure() {
|
||||||
# cleanup crap from the release tarball
|
autoreconf -fi
|
||||||
rm ./bundles/pyml/pyml-current/pytypes.o \
|
|
||||||
./bundles/pyml/pyml-current/dllpyml_stubs.so \
|
|
||||||
./bundles/pyml/pyml-current/generate \
|
|
||||||
./bundles/pyml/pyml-current/pycaml.o \
|
|
||||||
./bundles/pyml/pyml-current/generate.o \
|
|
||||||
./bundles/pyml/pyml-current/pyml_stubs.o \
|
|
||||||
./bundles/pyml/pyml-current/pywrappers.o \
|
|
||||||
./bundles/pyml/pyml-current/pyml_compat.o \
|
|
||||||
./bundles/pyml/pyml-current/py.o \
|
|
||||||
./dllpyml_stubs.so \
|
|
||||||
./tools/spgen/source/spgen.opt \
|
|
||||||
./tools/spgen/source/spgen
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue