diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-11-02 12:17:55 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-11-02 12:17:55 +0000 |
commit | faa78f4c0f1bb34cba6a9dc07e4051c69b506b7a (patch) | |
tree | 3ccd39f7c498b261dfb109d89febb2fab4e01f7f /media-libs/divx4linux | |
parent | Updated to latesversion. I changed the location of the config files from (diff) | |
download | gentoo-2-faa78f4c0f1bb34cba6a9dc07e4051c69b506b7a.tar.gz gentoo-2-faa78f4c0f1bb34cba6a9dc07e4051c69b506b7a.tar.bz2 gentoo-2-faa78f4c0f1bb34cba6a9dc07e4051c69b506b7a.zip |
Just an update
Diffstat (limited to 'media-libs/divx4linux')
-rw-r--r-- | media-libs/divx4linux/divx4linux-20011025.ebuild | 25 | ||||
-rw-r--r-- | media-libs/divx4linux/files/digest-divx4linux-20011025 | 1 |
2 files changed, 26 insertions, 0 deletions
diff --git a/media-libs/divx4linux/divx4linux-20011025.ebuild b/media-libs/divx4linux/divx4linux-20011025.ebuild new file mode 100644 index 000000000000..247800c99097 --- /dev/null +++ b/media-libs/divx4linux/divx4linux-20011025.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Martin Schlemmer <azarah@gentoo.org> + +S="${WORKDIR}/divx4linux-${PV}" +DESCRIPTION="Binary release of DivX Codec 4.0" +SRC_URI="http://avifile.sourceforge.net/divx4linux-${PV}.tgz" +HOMEPAGE="http://www.divx.com/" + +DEPEND="virtual/glibc" + + +src_install () { + + dodir /usr/{lib,include} + + dolib.so *.so + + insinto /usr/include + doins *.h + + dodoc RELNOTES.linux license.txt + cp -a 'Codec Core Interface.txt' ${D}/usr/share/doc/${P}/ +} + diff --git a/media-libs/divx4linux/files/digest-divx4linux-20011025 b/media-libs/divx4linux/files/digest-divx4linux-20011025 new file mode 100644 index 000000000000..f8659e62be6d --- /dev/null +++ b/media-libs/divx4linux/files/digest-divx4linux-20011025 @@ -0,0 +1 @@ +MD5 7f92ddbd26987bccc58f1ab0318931f0 divx4linux-20011025.tgz 163840 |