void-packages/srcpkgs/splint/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

19 lines
706 B
Text

# Template file for 'splint'
pkgname=splint
version=3.1.2
distfiles="http://www.splint.org/downloads/$pkgname-$version.src.tgz"
build_style=gnu-configure
short_desc="Secure Programming Lint"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=c78db643df663313e3fa9d565118391825dd937617819c6efc7966cdf444fb0a
long_desc="
Splint is a tool for statically checking C programs for security
vulnerabilities and coding mistakes. With minimal effort, Splint can be used
as a better lint. If additional effort is invested adding annotations to
programs, Splint can perform stronger checking that can be done by any
standard lint."
disable_parallel_build=yes
Add_dependency full glibc
Add_dependency build flex