diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-12 00:01:26 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-12 00:01:26 +0000 |
commit | f70f1c80727497596397d4e7237f951d75e1a143 (patch) | |
tree | 5784a2c5a305a0e531ee954c5abb34f335781abc /dev-lang/prothon/prothon-0.1.2_p711.ebuild | |
parent | Use default src_compile. (Manifest recommit) (diff) | |
download | gentoo-2-f70f1c80727497596397d4e7237f951d75e1a143.tar.gz gentoo-2-f70f1c80727497596397d4e7237f951d75e1a143.tar.bz2 gentoo-2-f70f1c80727497596397d4e7237f951d75e1a143.zip |
Bump version, remove old ebuilds.
Diffstat (limited to 'dev-lang/prothon/prothon-0.1.2_p711.ebuild')
-rw-r--r-- | dev-lang/prothon/prothon-0.1.2_p711.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-lang/prothon/prothon-0.1.2_p711.ebuild b/dev-lang/prothon/prothon-0.1.2_p711.ebuild new file mode 100644 index 000000000000..0190a9d660f8 --- /dev/null +++ b/dev-lang/prothon/prothon-0.1.2_p711.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/prothon/prothon-0.1.2_p711.ebuild,v 1.1 2004/07/12 00:01:26 kloeri Exp $ + +MY_P=${P/_p/-b} +DESCRIPTION="A classless prototype-based programming language with the sensibilities of Python." +HOMEPAGE="http://www.prothon.org/" +SRC_URI="http://www.prothon.org/pub/${PN}/${MY_P}.tar.gz" +LICENSE="as-is" +SLOT="0" +KEYWORDS="~x86 ~sparc" +IUSE="" +DEPEND="virtual/libc + sys-devel/gcc + sys-devel/make + sys-devel/bison + dev-libs/apr + dev-libs/boost" + +S=${WORKDIR}/${MY_P} + +src_compile() { + econf || die + emake || die +} + +src_install() { + einstall || die + dodoc CHANGES.txt INSTALL LICENSE README.txt STATUS.txt +} |