coccinelle: update to 1.0.6.

This commit is contained in:
Michael Gehring 2016-09-28 14:09:14 +02:00
parent a84322d7e2
commit 20c3646c14

View file

@ -1,6 +1,6 @@
# Template file for 'coccinelle'
pkgname=coccinelle
version=1.0.5
version=1.0.6
revision=1
build_style="gnu-configure"
configure_args="--without-pdflatex"
@ -10,9 +10,25 @@ maintainer="Michael Gehring <mg@ebfe.org>"
license="GPL-2"
homepage="http://coccinelle.lip6.fr/"
distfiles="http://coccinelle.lip6.fr/distrib/coccinelle-${version}.tgz"
checksum=5efb093b538145b7526a06946c09c7caaa715006658af2049faa8739f459743b
checksum=8452ed265c209dae99cbb33b67bc7912e72f8bca1e24f33f1a88ba3d7985e909
disable_parallel_build=yes
nopie=yes
nocross=yes
conflicts="pfff" # /usr/bin/spatch
post_extract() {
# cleanup crap from the release tarball
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
}