summaryrefslogtreecommitdiff
blob: 2ec018687d2c4c70a09624996e1bc0fe816e4753 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/gtranscode/gtranscode-0.3.ebuild,v 1.1 2005/01/17 17:08:29 kzimmerm Exp $

inherit eutils
DESCRIPTION="A GTK2 frontend for transcode."
HOMEPAGE="http://www.fuzzymonkey.org/newfuzzy/software/gtranscode/"
SRC_URI="http://www.fuzzymonkey.org/files/${PN}-v${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=">=x11-libs/gtk+-2.4.9
>=media-video/transcode-0.6.11"

S=${WORKDIR}/${PN}

src_compile() {
	emake || die
}

src_install() {
	exeinto /usr/bin
	doexe ${S}/gtranscode
}