diff options
author | <luke-jr@gentoo.org> | 2003-09-23 04:36:16 +0000 |
---|---|---|
committer | <luke-jr@gentoo.org> | 2003-09-23 04:36:16 +0000 |
commit | 23f2d03836c5421e55dae304c66391088283e064 (patch) | |
tree | 532e47266b8b10569945ee4b927a2f1384ed4176 /media-video/emovix | |
parent | Version bump (diff) | |
download | historical-23f2d03836c5421e55dae304c66391088283e064.tar.gz historical-23f2d03836c5421e55dae304c66391088283e064.tar.bz2 historical-23f2d03836c5421e55dae304c66391088283e064.zip |
Version bump
Diffstat (limited to 'media-video/emovix')
-rw-r--r-- | media-video/emovix/Manifest | 4 | ||||
-rw-r--r-- | media-video/emovix/emovix-0.8.0.ebuild | 23 | ||||
-rw-r--r-- | media-video/emovix/files/digest-emovix-0.8.0 | 1 |
3 files changed, 26 insertions, 2 deletions
diff --git a/media-video/emovix/Manifest b/media-video/emovix/Manifest index 7d8b7b36e072..b2303adefbd8 100644 --- a/media-video/emovix/Manifest +++ b/media-video/emovix/Manifest @@ -1,6 +1,6 @@ MD5 2750eed947a7a6d94ad67875c63f1c17 metadata.xml 391 MD5 bed47ff1475ca60bbf4146e0ffba650c emovix-0.8.0_rc2.ebuild 631 -MD5 520ad719ed080a73c9843b130cb0c6f4 ChangeLog 368 -MD5 bed47ff1475ca60bbf4146e0ffba650c emovix-0.8.0.ebuild 631 +MD5 2f5b79be55a6861c851e7ddbcbc2641c ChangeLog 478 +MD5 99b64630ceabd32a499126a02d83ed51 emovix-0.8.0.ebuild 713 MD5 03adcc06742cb3d029a0ee639d20f373 files/digest-emovix-0.8.0_rc2 68 MD5 3cb67406ff91aee1b1ebd0361fe3df43 files/digest-emovix-0.8.0 65 diff --git a/media-video/emovix/emovix-0.8.0.ebuild b/media-video/emovix/emovix-0.8.0.ebuild new file mode 100644 index 000000000000..a48c900c2f89 --- /dev/null +++ b/media-video/emovix/emovix-0.8.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. and Luke-Jr +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/emovix/emovix-0.8.0.ebuild,v 1.1 2003/09/23 04:36:13 luke-jr Exp $ + +DESCRIPTION="eMoviX makes a LiveCD that plays multimedia." +HOMEPAGE="http://movix.sourceforge.net" +SRC_URI="mirror://sourceforge/movix/${P/_rc/rc}.tar.gz" +S=${WORKDIR}/${P/_rc/rc} +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +DEPEND="app-cdr/cdrtools" + +src_compile () { + econf || die 'Configure failed' + emake || die 'Make failed' +} + +src_install () { + # This ver has a b0rked Makefile... -.- + mkdir -p ${D}/usr/share/emovix + einstall DESTDIR=${D} || die 'Install failed' +} diff --git a/media-video/emovix/files/digest-emovix-0.8.0 b/media-video/emovix/files/digest-emovix-0.8.0 new file mode 100644 index 000000000000..3fe6f4b4e7e1 --- /dev/null +++ b/media-video/emovix/files/digest-emovix-0.8.0 @@ -0,0 +1 @@ +MD5 09c8eed368004a3e1bdb5de21a51e6e7 emovix-0.8.0.tar.gz 8636010 |