# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-laptop/acpi4asus/acpi4asus-0.27.ebuild,v 1.4 2005/01/01 14:44:59 eradicator Exp $ 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" 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() { einstall }