# Copyright 1999-2005 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 for GNU/Linux." HOMEPAGE="http://kitone.free.fr/subtitleeditor/" SRC_URI="http://kitone.free.fr/subtitleeditor/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=" >=dev-cpp/libglademm-2.6.0 >=dev-cpp/gtkmm-2.6.0" src_compile() { ./autogen.sh emake || die "emake failed" } src_install() { make DESTDIR=${D} install }