diff options
author | 2002-07-09 09:21:00 +0000 | |
---|---|---|
committer | 2002-07-09 09:21:00 +0000 | |
commit | 0c9f70b6558876fe12c9160b2dfca5bbbafce18c (patch) | |
tree | a995eba64cb589c429ca3ebef82bffef8773f1a0 /media-video/alevt/alevt-1.6.0-r3.ebuild | |
parent | repoman QA issues (diff) | |
download | gentoo-2-0c9f70b6558876fe12c9160b2dfca5bbbafce18c.tar.gz gentoo-2-0c9f70b6558876fe12c9160b2dfca5bbbafce18c.tar.bz2 gentoo-2-0c9f70b6558876fe12c9160b2dfca5bbbafce18c.zip |
icon + menu entry for gnome'rs
Diffstat (limited to 'media-video/alevt/alevt-1.6.0-r3.ebuild')
-rw-r--r-- | media-video/alevt/alevt-1.6.0-r3.ebuild | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/media-video/alevt/alevt-1.6.0-r3.ebuild b/media-video/alevt/alevt-1.6.0-r3.ebuild new file mode 100644 index 000000000000..60ba4bd67344 --- /dev/null +++ b/media-video/alevt/alevt-1.6.0-r3.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/alevt/alevt-1.6.0-r3.ebuild,v 1.1 2002/07/09 09:21:00 seemant Exp $ + +S=${WORKDIR}/${P} + +DESCRIPTION="Teletext viewer for X11" +SRC_URI="http://www.ibiblio.org/pub/Linux/apps/video/${P}.tar.gz" +HOMEPAGE="http://www.goron.de/~froese/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND=">=x11-base/xfree-4.0.1 + >=media-libs/libpng-1.0.12" + + +LICENSE="GPL-2" + +src_unpack() { + + unpack ${P}.tar.gz + cd ${WORKDIR} + + # Parallel make patch + patch -p0 < ${FILESDIR}/${P}-gentoo.diff + +} + +src_compile() { + + emake || die + +} + +src_install () { + + dobin alevt alevt-cap alevt-date + doman alevt.1x alevt-date.1 alevt-cap.1 + dodoc CHANGELOG COPYRIGHT README + + use gnome && ( \ + insinto /usr/share/pixmaps + newins contrib/mini-alevt.xpm alevt.xpm + insinto /usr/share/applications + doins ${FILESDIR}/alevt.desktop + ) +} |