blob: ddb5955e24acfdf0e66ff12c8a1479f1839c7a2b [file] [log] [blame]
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit eutils
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="~amd64 ~ppc x86"
IUSE=""
RDEPEND=">=sys-libs/libraw1394-0.9
>=dev-libs/glib-2"
DEPEND="${RDEPEND}
virtual/pkgconfig"
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
}