diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-07-19 06:59:21 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-07-19 06:59:21 +0000 |
commit | 9ab0ecaf037d14b6351dc87c8a38ba91407ff76c (patch) | |
tree | 86a2fb6b7c5331169f8f86f469e1ee35fffb87a8 /media-video/dvdimagecmp/dvdimagecmp-0.3.ebuild | |
parent | Remove pkg_{postinst,preinst}. Stable on amd64 and x86. Version bump. (diff) | |
download | historical-9ab0ecaf037d14b6351dc87c8a38ba91407ff76c.tar.gz historical-9ab0ecaf037d14b6351dc87c8a38ba91407ff76c.tar.bz2 historical-9ab0ecaf037d14b6351dc87c8a38ba91407ff76c.zip |
Changed SRC_URI and homepage to sunsite, as original one is dead. Version bumped.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'media-video/dvdimagecmp/dvdimagecmp-0.3.ebuild')
-rw-r--r-- | media-video/dvdimagecmp/dvdimagecmp-0.3.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/media-video/dvdimagecmp/dvdimagecmp-0.3.ebuild b/media-video/dvdimagecmp/dvdimagecmp-0.3.ebuild new file mode 100644 index 000000000000..fd07ff494815 --- /dev/null +++ b/media-video/dvdimagecmp/dvdimagecmp-0.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdimagecmp/dvdimagecmp-0.3.ebuild,v 1.1 2007/07/19 06:59:21 zzam Exp $ + +DESCRIPTION="Tool to compare a burned DVD with an image to check for errors" +HOMEPAGE="ftp://sunsite.unc.edu/pub/linux/apps/video/" +SRC_URI="ftp://sunsite.unc.edu/pub/linux/apps/video/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="" + +src_compile() { + emake CFLAGS="$CFLAGS" || die "make failed" +} + +src_install() { + dobin dvdimagecmp + dodoc CHANGES README *.lsm +} |