# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-calculators/snac/snac-0.3.ebuild,v 1.2 2005/09/21 01:31:52 dang Exp $ DESCRIPTION="SNAC's a Neat Algebraic Calculator." SRC_URI="http://snac.seul.org/${P}.tar.gz" HOMEPAGE="http://snac.seul.org/" IUSE="" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc x86" DEPEND=">=x11-libs/gtk+-1.2.0 gnome-base/libgnomeui gnome-base/gnome-libs" src_unpack() { unpack ${A} cd ${S}/po mv Makefile.in.in Makefile.in-orig sed -e "s:gnulocaledir = :gnulocaledir = ${D}:" Makefile.in-orig > Makefile.in.in } src_compile() { econf || die "econf failed" emake || die } src_install() { make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README THANKS }