diff options
author | Chuck Short <zul@gentoo.org> | 2004-01-27 01:40:23 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-01-27 01:40:23 +0000 |
commit | d66b13c2fd241680b556000a714e4af2af167454 (patch) | |
tree | 44240007e18132e1dce1832199e4bde4ec65e6c1 /app-emulation/xcopilot | |
parent | Initial version. (diff) | |
download | historical-d66b13c2fd241680b556000a714e4af2af167454.tar.gz historical-d66b13c2fd241680b556000a714e4af2af167454.tar.bz2 historical-d66b13c2fd241680b556000a714e4af2af167454.zip |
Initial version.
Diffstat (limited to 'app-emulation/xcopilot')
-rw-r--r-- | app-emulation/xcopilot/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/xcopilot/files/digest-xcopilot-0.6.6 | 1 | ||||
-rw-r--r-- | app-emulation/xcopilot/metadata.xml | 8 | ||||
-rw-r--r-- | app-emulation/xcopilot/xcopilot-0.6.6.ebuild | 33 |
4 files changed, 45 insertions, 1 deletions
diff --git a/app-emulation/xcopilot/Manifest b/app-emulation/xcopilot/Manifest index 76215691c4c0..fa509b80703a 100644 --- a/app-emulation/xcopilot/Manifest +++ b/app-emulation/xcopilot/Manifest @@ -1,2 +1,4 @@ -MD5 a523ababb9d0483edd208d507b3cbb0e xcopilot-0.6.6.ebuild 638 +MD5 effeeb7dfc61bb8c0088e1c5fb03b0bc xcopilot-0.6.6.ebuild 741 +MD5 17c068c7ec33d3f4e0aaeddd76ff9773 ChangeLog 343 +MD5 7e285f080272b311b0eb8b0028928e07 metadata.xml 219 MD5 c29c08134028b23d656076378349c7ae files/digest-xcopilot-0.6.6 70 diff --git a/app-emulation/xcopilot/files/digest-xcopilot-0.6.6 b/app-emulation/xcopilot/files/digest-xcopilot-0.6.6 new file mode 100644 index 000000000000..4a97f7019a1c --- /dev/null +++ b/app-emulation/xcopilot/files/digest-xcopilot-0.6.6 @@ -0,0 +1 @@ +MD5 2fc27f20e4434581af7a7d5cd6fd6c8e xcopilot-0.6.6-uc0.tar.gz 365229 diff --git a/app-emulation/xcopilot/metadata.xml b/app-emulation/xcopilot/metadata.xml new file mode 100644 index 000000000000..d66bb0cd26df --- /dev/null +++ b/app-emulation/xcopilot/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>zul@gentoo.org</email> +</maintainer> +</pkgmetadata> diff --git a/app-emulation/xcopilot/xcopilot-0.6.6.ebuild b/app-emulation/xcopilot/xcopilot-0.6.6.ebuild new file mode 100644 index 000000000000..4b458af4b434 --- /dev/null +++ b/app-emulation/xcopilot/xcopilot-0.6.6.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xcopilot/xcopilot-0.6.6.ebuild,v 1.1 2004/01/27 01:40:13 zul Exp $ + +MY_P="xcopilot-0.6.6-uc0" + +DESCRIPTION="A pilot emulator." +SRC_URI="http://www.uclinux.org/pub/uClinux/utilities/${MY_P}.tar.gz" +HOMEPAGE="http://www.uclinux.org" + +KEYWORDS="~x86" +SLOT="0" +LICENSE="GPL-2" +IUSE="" + +DEPEND="virtual/glibc + virtual/x11 + app-arch/dpkg" +RDEPEND="" + +S="${WORKDIR}/${MY_P}" + +src_compile() { + econf --disable-autorun || die + emake || die +} + +src_install() { + einstall || die + dodoc AUTHORS README NEWS README.uClinux + + einfo "See ${D}/usr/share/${P}/README.uClinux for more info" +} |