summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-07 04:16:26 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-07 04:16:26 +0000
commit9d9c15b1ddd956519298d52253dd2e870ddcbc09 (patch)
tree560666ee1f809d1a55e2ea359aecfcc31017c103 /media-video/vdr
parentfix license/repoman (diff)
downloadgentoo-2-9d9c15b1ddd956519298d52253dd2e870ddcbc09.tar.gz
gentoo-2-9d9c15b1ddd956519298d52253dd2e870ddcbc09.tar.bz2
gentoo-2-9d9c15b1ddd956519298d52253dd2e870ddcbc09.zip
fix license/repoman
Diffstat (limited to 'media-video/vdr')
-rw-r--r--media-video/vdr/vdr-1.1.27.ebuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/media-video/vdr/vdr-1.1.27.ebuild b/media-video/vdr/vdr-1.1.27.ebuild
index efcfa3c8aa34..6cb3eea7281a 100644
--- a/media-video/vdr/vdr-1.1.27.ebuild
+++ b/media-video/vdr/vdr-1.1.27.ebuild
@@ -1,26 +1,23 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.1.27.ebuild,v 1.4 2003/07/12 21:12:53 aliz Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.1.27.ebuild,v 1.5 2003/08/07 04:16:26 vapier Exp $
inherit eutils
-IUSE="lirc"
-
-S=${WORKDIR}/${P}
DESCRIPTION="Klaus Schmidingers Video Disk Recorder"
HOMEPAGE="http://www.cadsoft.de/people/kls/vdr"
SRC_URI="ftp://ftp.cadsoft.de/vdr/Developer/${P}.tar.bz2"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86"
+IUSE="lirc"
DEPEND="media-tv/linuxtv-dvb
sys-libs/ncurses
lirc? ( app-misc/lirc )
media-libs/jpeg"
-
src_unpack() {
unpack ${A}
cd ${S}
@@ -33,7 +30,7 @@ src_compile() {
emake ${myconf} || die "make failed"
}
-src_install () {
+src_install() {
make DESTDIR=${D} install || die "install failed"
dodoc COPYING INSTALL README MANUAL CONTRIBUTORS HISTORY
dohtml PLUGINS.html