SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "splint"

# SliTaz package receipt.

PACKAGE="splint"
VERSION="3.1.2"
CATEGORY="development"
SHORT_DESC="A tool for statically checking C programs for security vulnerabilities and coding mistakes."
MAINTAINER="rocky@slitaz.org"
BUILD_DEPENDS="flex"
TARBALL="$PACKAGE-$VERSION.src.tgz"
WEB_SITE="http://www.splint.org/"
WGET_URL="http://www.splint.org/downloads/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure $CONFIGURE_ARGS && make -j1 && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $_pkg/usr/bin $fs/usr
    cp -a $_pkg/usr/share $fs/usr
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)