wok annotate splint/receipt @ rev 15044

Qt4-qca-ossl: no libqca-ossl.so.debug
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 16:28:51 2013 +0000 (2013-08-12)
parents af1ca146c629
children 3b4e4318134e
rev   line source
rocky@4087 1 # SliTaz package receipt.
rocky@4087 2
rocky@4087 3 PACKAGE="splint"
rocky@4087 4 VERSION="3.1.2"
rocky@4087 5 CATEGORY="development"
rocky@4087 6 SHORT_DESC="A tool for statically checking C programs for security vulnerabilities and coding mistakes."
rocky@4087 7 MAINTAINER="rocky@slitaz.org"
rocky@4087 8 BUILD_DEPENDS="flex"
rocky@4087 9 TARBALL="$PACKAGE-$VERSION.src.tgz"
rocky@4087 10 WEB_SITE="http://www.splint.org/"
rocky@4087 11 WGET_URL="http://www.splint.org/downloads/$TARBALL"
rocky@4087 12
rocky@4087 13 # Rules to configure and make the package.
rocky@4087 14 compile_rules()
rocky@4087 15 {
rocky@4087 16 cd $src
gokhlayeh@11573 17 ./configure $CONFIGURE_ARGS && make -j1 && make install
rocky@4087 18 }
rocky@4087 19
rocky@4087 20 # Rules to gen a SliTaz package suitable for Tazpkg.
rocky@4087 21 genpkg_rules()
rocky@4087 22 {
rocky@4087 23 mkdir -p $fs/usr
rocky@4087 24 cp -a $_pkg/usr/bin $fs/usr
rocky@4087 25 cp -a $_pkg/usr/share $fs/usr
rocky@4087 26 }