# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later S="${WORKDIR}/${P}" DESCRIPTION="Aegypten development library" SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/aegypten/${P}.tar.gz" HOMEPAGE="http://www.gnupg.org" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" DEPEND="" RDEPEND="" src_compile(){ econf || die emake || die } src_install(){ make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README README-alpha THANKS TODO VERSION }