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 | 44def0ac4d93a53b0b4be163fb263787a8788021 (patch) | |
tree | 1e4d39f75d18380fd8de7fc8e0e9d926bdb0bdeb /app-emulation/dlx | |
parent | stable on amd64 (diff) | |
download | historical-44def0ac4d93a53b0b4be163fb263787a8788021.tar.gz historical-44def0ac4d93a53b0b4be163fb263787a8788021.tar.bz2 historical-44def0ac4d93a53b0b4be163fb263787a8788021.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..504cbe07e950 100644 --- a/app-emulation/dlx/Manifest +++ b/app-emulation/dlx/Manifest @@ -1,4 +1,6 @@ +MD5 24a01c04de02b3887fa7a94f9a861ddf ChangeLog 625 MD5 7a54c5126941d27c069689260d5af4bb dlx-1.0.0.ebuild 526 -MD5 d2c9ad6f0bc058005fec1104be794b49 ChangeLog 391 MD5 059733ad92a101895ce18a1120b6eb55 metadata.xml 225 +MD5 556e2a8d5c741d9813942037d0414f46 dlx-1.0.0-r1.ebuild 671 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 |