19 lines
590 B
Bash
19 lines
590 B
Bash
# 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
|