diff options
author | Tristan Heaven <tristan@gentoo.org> | 2007-03-17 00:38:31 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2007-03-17 00:38:31 +0000 |
commit | e771b39cda96d00c670e63064a4cf67e39b41c52 (patch) | |
tree | 1e975c197a0b9026119c4434816f3f651b3e967b /dev-lang/inform/inform-6.31.1.ebuild | |
parent | Version bump #169685 by ScytheMan. (diff) | |
download | historical-e771b39cda96d00c670e63064a4cf67e39b41c52.tar.gz historical-e771b39cda96d00c670e63064a4cf67e39b41c52.tar.bz2 historical-e771b39cda96d00c670e63064a4cf67e39b41c52.zip |
Version bump
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'dev-lang/inform/inform-6.31.1.ebuild')
-rw-r--r-- | dev-lang/inform/inform-6.31.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-lang/inform/inform-6.31.1.ebuild b/dev-lang/inform/inform-6.31.1.ebuild new file mode 100644 index 000000000000..5f6cd9a07821 --- /dev/null +++ b/dev-lang/inform/inform-6.31.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/inform/inform-6.31.1.ebuild,v 1.1 2007/03/17 00:38:31 nyhm Exp $ + +DESCRIPTION="design system for interactive fiction" +HOMEPAGE="http://www.inform-fiction.org/" +SRC_URI="http://mirror.ifarchive.org/if-archive/infocom/compilers/inform6/source/${P}.tar.gz" + +LICENSE="Inform" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc ~x86" +IUSE="" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS NEWS README VERSION + docinto tutorial + dodoc tutor/README tutor/*.txt tutor/*.inf + mv "${D}"/usr/share/${PN}/manual "${D}"/usr/share/doc/${PF}/html + rmdir "${D}"/usr/share/inform/{include,module} +} |