summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2001-12-06 04:38:15 +0000
committerMartin Schlemmer <azarah@gentoo.org>2001-12-06 04:38:15 +0000
commit630a19af0ecb9eb4aad1f9d7c5ed3cf31e4e0fb9 (patch)
treeb39c09031b158b98a3eff8b194a06a5eaf45e5b3 /incoming
parentupdated to latest version (diff)
downloadhistorical-630a19af0ecb9eb4aad1f9d7c5ed3cf31e4e0fb9.tar.gz
historical-630a19af0ecb9eb4aad1f9d7c5ed3cf31e4e0fb9.tar.bz2
historical-630a19af0ecb9eb4aad1f9d7c5ed3cf31e4e0fb9.zip
already included in the divx4linux ebuild
Diffstat (limited to 'incoming')
-rw-r--r--incoming/libdivxdecore-0.4.7.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/incoming/libdivxdecore-0.4.7.ebuild b/incoming/libdivxdecore-0.4.7.ebuild
deleted file mode 100644
index fb2c7a8165c7..000000000000
--- a/incoming/libdivxdecore-0.4.7.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Michael Nazaroff <naz@themooonsofjupiter.net>
-# /home/cvsroot/gentoo-x86/media-libs/libdivxdecore/libdivxdecore-0.4.7.ebuild,v 1.2 2001/08/27
-
-A=libdivxdecore-0.4.7.tar.gz
-S=${WORKDIR}/libdivxdecore-0.4.7
-DESCRIPTION="Project Mayo's OpenDivX for Mpeg-4"
-SRC_URI="http://download2.projectmayo.com/dnload/divx4linux/xmps/${A}"
-HOMEPAGE="http://www.projectmayo.com"
-
-DEPEND="virtual/glibc"
-
-src_compile() {
-
- try ./configure --prefix=/usr --host=${CHOST}
- try make
-}
-
-src_install () {
-
- try make DESTDIR=${D} install
-
- dodoc AUTHORS COPYING README
-
-} \ No newline at end of file