diff --git a/srcpkgs/coccinelle/template b/srcpkgs/coccinelle/template index c9ad29ef2d6..798d78be534 100644 --- a/srcpkgs/coccinelle/template +++ b/srcpkgs/coccinelle/template @@ -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 " 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 +}