diff options
Diffstat (limited to 'app-forensics/yasat/yasat-421.ebuild')
-rw-r--r-- | app-forensics/yasat/yasat-421.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-forensics/yasat/yasat-421.ebuild b/app-forensics/yasat/yasat-421.ebuild new file mode 100644 index 000000000000..d6ccc5e62064 --- /dev/null +++ b/app-forensics/yasat/yasat-421.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/yasat/yasat-421.ebuild,v 1.1 2011/06/16 08:57:28 hwoarang Exp $ + +DESCRIPTION="Security and system auditing tool" +HOMEPAGE="http://yasat.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +S=${WORKDIR}/${PN} + +src_install() { + emake install DESTDIR="${D}" PREFIX="/usr" SYSCONFDIR="/etc" || die + dodoc README CHANGELOG || die +} |