diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-08-25 14:47:34 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-08-25 14:47:34 +0000 |
commit | f8ee8bdeeb325f66ef142c88f0ae158b987de929 (patch) | |
tree | acf974cc8578e5bff23b18800bdadf6206b5972f /media-video/submux-dvd/submux-dvd-0.5.1.ebuild | |
parent | Stable for HPPA (bug #187138). (diff) | |
download | gentoo-2-f8ee8bdeeb325f66ef142c88f0ae158b987de929.tar.gz gentoo-2-f8ee8bdeeb325f66ef142c88f0ae158b987de929.tar.bz2 gentoo-2-f8ee8bdeeb325f66ef142c88f0ae158b987de929.zip |
Version bump, bug 109854
(Portage version: 2.1.2.12)
Diffstat (limited to 'media-video/submux-dvd/submux-dvd-0.5.1.ebuild')
-rw-r--r-- | media-video/submux-dvd/submux-dvd-0.5.1.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/media-video/submux-dvd/submux-dvd-0.5.1.ebuild b/media-video/submux-dvd/submux-dvd-0.5.1.ebuild new file mode 100644 index 000000000000..8e17b39691d7 --- /dev/null +++ b/media-video/submux-dvd/submux-dvd-0.5.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/submux-dvd/submux-dvd-0.5.1.ebuild,v 1.1 2007/08/25 14:47:34 beandog Exp $ + +IUSE="" + +inherit eutils toolchain-funcs + +DESCRIPTION="A subtitle multiplexer, muxes subtitles into .vob" +HOMEPAGE="http://ip51cf87c4.direct-adsl.nl/panteltje/dvd/" +SRC_URI="http://ip51cf87c4.direct-adsl.nl/panteltje/dvd/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="" + +src_compile() { + emake CC="$(tc-getCC)" || die "emake failed" +} + +src_install() { + # just 2 files not worth a makefile patch + dobin submux-dvd vob2sub + dodoc CHANGES FORMAT README submux-dvd-0.5.lsm submux-dvd.man + dohtml spu.html +} |