summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2006-02-27 09:07:07 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2006-02-27 09:07:07 +0000
commit27071ebe1d511fa422a8b541f5479c6e45ffe866 (patch)
tree16eb9f5410c7cf944e06fd5ae658cb5367031700 /sys-block/endpoint/endpoint-0.1.0.ebuild
parentAdd ~x86 arch, to allow decoding of ascii dumps on x86 boxes. (diff)
downloadhistorical-27071ebe1d511fa422a8b541f5479c6e45ffe866.tar.gz
historical-27071ebe1d511fa422a8b541f5479c6e45ffe866.tar.bz2
historical-27071ebe1d511fa422a8b541f5479c6e45ffe866.zip
Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
Package-Manager: portage-2.1_pre5-r1
Diffstat (limited to 'sys-block/endpoint/endpoint-0.1.0.ebuild')
-rw-r--r--sys-block/endpoint/endpoint-0.1.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/sys-block/endpoint/endpoint-0.1.0.ebuild b/sys-block/endpoint/endpoint-0.1.0.ebuild
new file mode 100644
index 000000000000..0224829b4f9b
--- /dev/null
+++ b/sys-block/endpoint/endpoint-0.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/endpoint/endpoint-0.1.0.ebuild,v 1.1 2006/02/27 09:07:07 robbat2 Exp $
+
+DESCRIPTION="Endpoint turns a Linux machine with one or more firewire cards into an SBP-2 device."
+HOMEPAGE="http://oss.oracle.com/projects/endpoint/"
+SRC_URI="http://oss.oracle.com/projects/endpoint/dist/files/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="virtual/libc
+ >=sys-libs/libraw1394-0.9*
+ >=dev-libs/glib-2*"
+
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/${P}-errormessages.patch
+}
+
+src_install() {
+ emake -j1 install DESTDIR="${D}"
+ insinto /etc
+ newins docs/sample-endpoint.conf endpoint.conf
+ dodoc README AUTHORS ChangeLog
+}