# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="An automated tool for detecting steganographic content in images" HOMEPAGE="http://www.outguess.org/detection.php" SRC_URI="http://www.outguess.org/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="x86 ~x86 ~ppc" IUSE="" DEPEND="virtual/glibc" src_install() { dodir /usr dodir /usr/bin dodir /usr/share dodir /usr/share/man einstall || die }