diff options
author | 2008-07-29 01:16:38 +0000 | |
---|---|---|
committer | 2008-07-29 01:16:38 +0000 | |
commit | 7cd8d32ec2598810bfc1bb9c76d9cb841f5a5489 (patch) | |
tree | 3274dac52ceb04094a9f67d5f25cc5bc203f54e1 /media-libs/sublib/sublib-0.9.ebuild | |
parent | fix pre-stripping QA warning. (diff) | |
download | historical-7cd8d32ec2598810bfc1bb9c76d9cb841f5a5489.tar.gz historical-7cd8d32ec2598810bfc1bb9c76d9cb841f5a5489.tar.bz2 historical-7cd8d32ec2598810bfc1bb9c76d9cb841f5a5489.zip |
initial commit, bug 224547
Package-Manager: portage-2.2_rc3/cvs/Linux 2.6.25-tuxonice-r6 x86_64
Diffstat (limited to 'media-libs/sublib/sublib-0.9.ebuild')
-rw-r--r-- | media-libs/sublib/sublib-0.9.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/media-libs/sublib/sublib-0.9.ebuild b/media-libs/sublib/sublib-0.9.ebuild new file mode 100644 index 000000000000..17df05390cc6 --- /dev/null +++ b/media-libs/sublib/sublib-0.9.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sublib/sublib-0.9.ebuild,v 1.1 2008/07/29 01:16:38 beandog Exp $ + +inherit mono + +DESCRIPTION="SubLib is a library that eases the development of subtitling +applications. It supports the most common text-based subtitle formats and allows +for subtitle editing, conversion and synchronization." +HOMEPAGE="http://sublib.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-lang/mono" +RDEPEND="${DEPEND} + app-arch/unzip" + +src_install() { + einstall || die "einstall failed" +} |