From e626417b9418a484956215ceb91d0ed8987c5ad8 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sun, 19 Sep 2004 01:18:30 +0000 Subject: Initial commit. Ebuild by Robin H. Johnson . --- dev-util/pscan/pscan-20000721.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dev-util/pscan/pscan-20000721.ebuild (limited to 'dev-util/pscan/pscan-20000721.ebuild') diff --git a/dev-util/pscan/pscan-20000721.ebuild b/dev-util/pscan/pscan-20000721.ebuild new file mode 100644 index 000000000000..b2122295d333 --- /dev/null +++ b/dev-util/pscan/pscan-20000721.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pscan/pscan-20000721.ebuild,v 1.1 2004/09/19 01:18:30 robbat2 Exp $ + +DESCRIPTION="PScan: A limited problem scanner for C source files" +HOMEPAGE="http://www.striker.ottawa.on.ca/~aland/pscan/" +# I wish upstream would version their files, even if it's only with a date +SRC_URI="http://www.striker.ottawa.on.ca/~aland/pscan/pscan.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +RDEPEND="virtual/libc" +DEPEND="${RDEPEND} sys-devel/gcc sys-devel/flex" +S="${WORKDIR}/${PN}" + +src_compile() { + emake CC="gcc ${CFLAGS}" +} + +src_install() { + into /usr + dobin pscan + dodoc COPYING README find_formats.sh test.c wu-ftpd.pscan +} -- cgit v1.2.3-65-gdbad