summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/sdl-mixer/sdl-mixer-1.2.0.ebuild')
-rw-r--r--media-libs/sdl-mixer/sdl-mixer-1.2.0.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.0.ebuild b/media-libs/sdl-mixer/sdl-mixer-1.2.0.ebuild
deleted file mode 100644
index 39a7c76552fe..000000000000
--- a/media-libs/sdl-mixer/sdl-mixer-1.2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.0.ebuild,v 1.2 2001/08/05 23:38:28 lordjoe Exp $
-
-A=SDL_mixer-${PV}.tar.gz
-S=${WORKDIR}/SDL_mixer-${PV}
-DESCRIPTION="Simple Direct Media Layer Network Support Library"
-SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/${A}"
-HOMEPAGE="http://www.libsdl.org/projects/SDL_mixer/index.html"
-
-DEPEND="virtual/glibc
- >=media-libs/libsdl-1.2.0
- >=media-libs/smpeg-0.4.3
- >=media-libs/libvorbis-1.0_beta4
- >=media-sound/timidity++-2.10.4"
-
-src_compile() {
- try ./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man
- try make
-}
-
-src_install() {
- cd ${S}
- try make DESTDIR=${D} install
- preplib /usr
- dodoc CHANGES COPYING README
-}