# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Subtitle Editor is a GTK+2 tool to edit subtitles" HOMEPAGE="http://kitone.free.fr/subtitleeditor" SRC_URI="${HOMEPAGE}/files/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" IUSE="" KEYWORDS="~x86 ~amd64" DEPEND=">=x11-libs/gtk+-2.6 >=dev-cpp/gtkmm-2.6 >=dev-cpp/libglademm-2.4 >=media-libs/gstreamer-0.10 app-text/aspell" src_compile() { ./autogen.sh econf || die "Configure failed" emake || die "Compile failed" } src_install() { make DESTDIR=${D} install }