diff options
Diffstat (limited to 'sci-calculators/pcalc/pcalc-1.3.ebuild')
-rw-r--r-- | sci-calculators/pcalc/pcalc-1.3.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sci-calculators/pcalc/pcalc-1.3.ebuild b/sci-calculators/pcalc/pcalc-1.3.ebuild new file mode 100644 index 000000000000..28e5a50357aa --- /dev/null +++ b/sci-calculators/pcalc/pcalc-1.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/pcalc/pcalc-1.3.ebuild,v 1.1 2008/04/18 00:33:26 vapier Exp $ + +DESCRIPTION="the programmers calculator" +HOMEPAGE="http://pcalc.sourceforge.net/" +SRC_URI="mirror://sourceforge/pcalc/${P}.tar.lzma" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +src_install() { + emake install DESTDIR="${D}" || die + dodoc AUTHORS ChangeLog EXAMPLE README +} |