mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
New package: coccinelle-1.0.5
This commit is contained in:
parent
901261f416
commit
019ebb101f
2 changed files with 30 additions and 0 deletions
12
srcpkgs/coccinelle/patches/no-docs.patch
Normal file
12
srcpkgs/coccinelle/patches/no-docs.patch
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
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
|
18
srcpkgs/coccinelle/template
Normal file
18
srcpkgs/coccinelle/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'coccinelle'
|
||||||
|
pkgname=coccinelle
|
||||||
|
version=1.0.5
|
||||||
|
revision=1
|
||||||
|
build_style="gnu-configure"
|
||||||
|
configure_args="--without-pdflatex"
|
||||||
|
makedepends="ocaml ocaml-findlib camlp4 pcre-devel python-devel"
|
||||||
|
short_desc="Program matching and transformation engine"
|
||||||
|
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
|
||||||
|
|
||||||
|
disable_parallel_build=yes
|
||||||
|
nopie=yes
|
||||||
|
nocross=yes
|
||||||
|
conflicts="pfff" # /usr/bin/spatch
|
Loading…
Add table
Reference in a new issue