diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2004-07-07 17:35:13 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2004-07-07 17:35:13 +0000 |
commit | 7a9fc0b0e7c47fa75fbff8b8ae4abf0f34bd057e (patch) | |
tree | 18055c08c7f7f87e9db1641230a768928cc837f2 /app-emulation/dlx | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-7a9fc0b0e7c47fa75fbff8b8ae4abf0f34bd057e.tar.gz gentoo-2-7a9fc0b0e7c47fa75fbff8b8ae4abf0f34bd057e.tar.bz2 gentoo-2-7a9fc0b0e7c47fa75fbff8b8ae4abf0f34bd057e.zip |
added include files instalation and example code
Diffstat (limited to 'app-emulation/dlx')
-rw-r--r-- | app-emulation/dlx/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/dlx/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/dlx/dlx-1.0.0-r1.ebuild | 28 | ||||
-rw-r--r-- | app-emulation/dlx/files/digest-dlx-1.0.0-r1 | 1 |
4 files changed, 39 insertions, 2 deletions
diff --git a/app-emulation/dlx/ChangeLog b/app-emulation/dlx/ChangeLog index 7b3094439735..1e224f299aa3 100644 --- a/app-emulation/dlx/ChangeLog +++ b/app-emulation/dlx/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/dlx # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dlx/ChangeLog,v 1.3 2004/06/24 22:30:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dlx/ChangeLog,v 1.4 2004/07/07 17:35:13 humpback Exp $ + +*dlx-1.0.0-r1 (07 Jul 2004) + + 07 Jul 2004; Gustavo Felisberto <humpback@gentoo.org>; +dlx-1.0.0-r1.ebuild: + Added instalation of include files and example code. Altought this is a + revision the code generated has not been changed 02 Mar 2004; David Holm <dholm@gentoo.org> dlx-1.0.0.ebuild: Added to ~ppc. diff --git a/app-emulation/dlx/Manifest b/app-emulation/dlx/Manifest index 6a5d3d1e36ca..26ebae4a4fb4 100644 --- a/app-emulation/dlx/Manifest +++ b/app-emulation/dlx/Manifest @@ -1,4 +1,6 @@ +MD5 23bf93af30255fe61017ece9f8911006 ChangeLog 576 MD5 7a54c5126941d27c069689260d5af4bb dlx-1.0.0.ebuild 526 -MD5 d2c9ad6f0bc058005fec1104be794b49 ChangeLog 391 MD5 059733ad92a101895ce18a1120b6eb55 metadata.xml 225 +MD5 8538c1e2993d2e2a2b3c03f05c69bd5a dlx-1.0.0-r1.ebuild 668 MD5 f8e3caf5fa8caedbbccf1cc9e55ccc61 files/digest-dlx-1.0.0 55 +MD5 f8e3caf5fa8caedbbccf1cc9e55ccc61 files/digest-dlx-1.0.0-r1 55 diff --git a/app-emulation/dlx/dlx-1.0.0-r1.ebuild b/app-emulation/dlx/dlx-1.0.0-r1.ebuild new file mode 100644 index 000000000000..a06d11f5365d --- /dev/null +++ b/app-emulation/dlx/dlx-1.0.0-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dlx/dlx-1.0.0-r1.ebuild,v 1.1 2004/07/07 17:35:13 humpback Exp $ + +S=${WORKDIR}/dlx +DESCRIPTION="DLX Simulator" +HOMEPAGE="http://www.davidviner.com/dlx.php" +SRC_URI="http://www.davidviner.com/dlx/dlx.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" +DEPEND="" + +src_compile() { + emake || die +} + +src_install() { + dodir /usr/include/dlx /usr/share/dlx/examples + dobin masm mon dasm + insinto /usr/include/dlx + doins *.i auto.a + insinto /usr/share/dlx/examples + doins *.a hp.m + dodoc README.txt MANUAL.TXT +} diff --git a/app-emulation/dlx/files/digest-dlx-1.0.0-r1 b/app-emulation/dlx/files/digest-dlx-1.0.0-r1 new file mode 100644 index 000000000000..f2fe9ebe7a37 --- /dev/null +++ b/app-emulation/dlx/files/digest-dlx-1.0.0-r1 @@ -0,0 +1 @@ +MD5 c20dd39f060c8cb01782d8e6fa779eb7 dlx.tar.gz 112589 |