# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="ANIMAL - AN IMAging Library" HOMEPAGE="http://sourceforge.net/projects/animal/" SRC_URI="http://belnet.dl.sourceforge.net/sourceforge/siptoolbox/animal-0.15.0.tar.bz2" LICENSE="GPL" SLOT="0" KEYWORDS="amd64" IUSE="" DEPEND="" RDEPEND="" src_unpack(){ unpack ${A} cd ${S} } src_compile(){ econf emake }