diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-09-08 08:49:21 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-09-08 08:49:21 +0000 |
commit | 750290bdcd51d79fc2fa39ccc513ad15652b6dec (patch) | |
tree | 516c952ccdff987aba8ab755d13b4d6c715ee7bd /media-tv/nxtvepg/nxtvepg-2.5.1-r1.ebuild | |
parent | Code cleanup release (diff) | |
download | gentoo-2-750290bdcd51d79fc2fa39ccc513ad15652b6dec.tar.gz gentoo-2-750290bdcd51d79fc2fa39ccc513ad15652b6dec.tar.bz2 gentoo-2-750290bdcd51d79fc2fa39ccc513ad15652b6dec.zip |
*** empty log message ***
Diffstat (limited to 'media-tv/nxtvepg/nxtvepg-2.5.1-r1.ebuild')
-rw-r--r-- | media-tv/nxtvepg/nxtvepg-2.5.1-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media-tv/nxtvepg/nxtvepg-2.5.1-r1.ebuild b/media-tv/nxtvepg/nxtvepg-2.5.1-r1.ebuild index 8894ab37f007..357b8d70b9dd 100644 --- a/media-tv/nxtvepg/nxtvepg-2.5.1-r1.ebuild +++ b/media-tv/nxtvepg/nxtvepg-2.5.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/nxtvepg-2.5.1-r1.ebuild,v 1.1 2003/06/18 12:18:35 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/nxtvepg-2.5.1-r1.ebuild,v 1.2 2003/09/08 08:49:17 lanius Exp $ DESCRIPTION="receive and browse free TV programme listings via bttv for tv networks in Europe" HOMEPAGE="http://nxtvepg.sourceforge.net/" @@ -11,10 +11,10 @@ SLOT="0" KEYWORDS="x86" RDEPEND=">=dev-lang/tcl-8.0 - >=dev-lang/tk-8.0" + >=dev-lang/tk-8.0" DEPEND="${RDEPEND} - sys-apps/sed" + sys-apps/sed" src_unpack() { unpack ${A} @@ -23,12 +23,12 @@ src_unpack() { } src_compile() { - make prefix="/usr" || die "make failed" + make prefix="/usr" || die "make failed" } src_install() { - einstall resdir="${D}/usr/X11R6/lib/X11" || die "install failed" - dodoc README COPYRIGHT CHANGES TODO + einstall resdir="${D}/usr/X11R6/lib/X11" || die "install failed" + dodoc README COPYRIGHT CHANGES TODO dohtml manual.html } |