diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:13 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:13 +0000 |
commit | 8fcd2a4d8e174bfdcaa71d74263918b80cc9307f (patch) | |
tree | 580140f9609a927e9ebec9507042877ded68d33b /media-libs/divx4linux | |
parent | gtk 1.2 dependency listing fixes (diff) | |
download | historical-8fcd2a4d8e174bfdcaa71d74263918b80cc9307f.tar.gz historical-8fcd2a4d8e174bfdcaa71d74263918b80cc9307f.tar.bz2 historical-8fcd2a4d8e174bfdcaa71d74263918b80cc9307f.zip |
gtk 1.2 dependency listing fixes
Diffstat (limited to 'media-libs/divx4linux')
-rw-r--r-- | media-libs/divx4linux/divx4linux-20011025.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/divx4linux/divx4linux-20011025.ebuild b/media-libs/divx4linux/divx4linux-20011025.ebuild index 247800c99097..ae4fc443a17c 100644 --- a/media-libs/divx4linux/divx4linux-20011025.ebuild +++ b/media-libs/divx4linux/divx4linux-20011025.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Martin Schlemmer <azarah@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/media-libs/divx4linux/divx4linux-20011025.ebuild,v 1.2 2002/05/23 06:50:13 seemant Exp $ -S="${WORKDIR}/divx4linux-${PV}" +S="${WORKDIR}/${P}" DESCRIPTION="Binary release of DivX Codec 4.0" -SRC_URI="http://avifile.sourceforge.net/divx4linux-${PV}.tgz" +SRC_URI="http://avifile.sourceforge.net/${P}.tgz" HOMEPAGE="http://www.divx.com/" DEPEND="virtual/glibc" @@ -22,4 +23,3 @@ src_install () { dodoc RELNOTES.linux license.txt cp -a 'Codec Core Interface.txt' ${D}/usr/share/doc/${P}/ } - |