diff options
Diffstat (limited to 'media-video/streamdvd/streamdvd-0.4.ebuild')
-rw-r--r-- | media-video/streamdvd/streamdvd-0.4.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/media-video/streamdvd/streamdvd-0.4.ebuild b/media-video/streamdvd/streamdvd-0.4.ebuild index f3a8792b27fa..8fec95114dda 100644 --- a/media-video/streamdvd/streamdvd-0.4.ebuild +++ b/media-video/streamdvd/streamdvd-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/streamdvd/streamdvd-0.4.ebuild,v 1.5 2005/01/15 21:33:59 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/streamdvd/streamdvd-0.4.ebuild,v 1.6 2006/03/15 13:37:18 flameeyes Exp $ DESCRIPTION="fast tool to backup Video DVDs 'on the fly'" HOMEPAGE="http://www.badabum.de/streamdvd.html" @@ -21,10 +21,6 @@ src_unpack() { sed -i "s: -g : ${CFLAGS} :" Makefile } -src_compile() { - emake || die -} - src_install() { dobin streamdvd || die dodoc README |