# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/glosung/glosung-2.1.3.ebuild,v 1.3 2006/06/28 17:16:19 tsunam Exp $ DESCRIPTION="libtth is a library for calculating TTH checksums." HOMEPAGE="http://mono.dcsharp.com/" SRC_URI="mirror://sourceforge/dc-sharp/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" IUSE="" KEYWORDS="~amd64 ~x86" RDEPEND="" DEPEND=">=dev-util/scons-0.93 ${RDEPEND}" src_unpack() { unpack ${A} cd ${S} } src_compile() { scons ${MAKEOPTS} || die } src_install() { scons install DESTDIR=${D} || die }