summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/splint/splint-3.1.1.ebuild')
-rw-r--r--dev-util/splint/splint-3.1.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-util/splint/splint-3.1.1.ebuild b/dev-util/splint/splint-3.1.1.ebuild
new file mode 100644
index 000000000000..b46ac2018505
--- /dev/null
+++ b/dev-util/splint/splint-3.1.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.1.ebuild,v 1.1 2003/09/05 22:06:38 solar Exp $
+
+DESCRIPTION="Check C programs for vulnerabilities and programming mistakes"
+HOMEPAGE="http://lclint.cs.virginia.edu/"
+SRC_URI="http://www.splint.org/downloads/${P}.src.tgz"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="sys-devel/gcc"
+MAKEOPTS="-j1"
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dobin ${S}/splint
+ doman ${S}/doc/*.1
+}