diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 00:49:50 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 00:49:50 +0000 |
commit | 04350be86408534f5a86963f7ebc778b503243c0 (patch) | |
tree | e785df12b920643e4fab40721cae566d41d49f02 /media-libs/sdl-mixer | |
parent | added SGI's free software B license (diff) | |
download | gentoo-2-04350be86408534f5a86963f7ebc778b503243c0.tar.gz gentoo-2-04350be86408534f5a86963f7ebc778b503243c0.tar.bz2 gentoo-2-04350be86408534f5a86963f7ebc778b503243c0.zip |
repoman'd
Diffstat (limited to 'media-libs/sdl-mixer')
-rw-r--r-- | media-libs/sdl-mixer/files/digest-sdl-mixer-1.2.3 | 1 | ||||
-rw-r--r-- | media-libs/sdl-mixer/sdl-mixer-1.2.3.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/media-libs/sdl-mixer/files/digest-sdl-mixer-1.2.3 b/media-libs/sdl-mixer/files/digest-sdl-mixer-1.2.3 deleted file mode 100644 index 743cc83bcb38..000000000000 --- a/media-libs/sdl-mixer/files/digest-sdl-mixer-1.2.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 8f21eb27b74e15d21e41400a0ce52e87 SDL_mixer-1.2.3.tar.gz 977140 diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.3.ebuild b/media-libs/sdl-mixer/sdl-mixer-1.2.3.ebuild deleted file mode 100644 index a2ea7b049204..000000000000 --- a/media-libs/sdl-mixer/sdl-mixer-1.2.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyriht 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.3.ebuild,v 1.2 2002/07/11 06:30:39 drobbins Exp $ - -MY_P="${P/sdl-/SDL_}" -S=${WORKDIR}/${MY_P} -DESCRIPTION="Simple Direct Media Layer Mixer Library" -SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/${MY_P}.tar.gz" -HOMEPAGE="http://www.libsdl.org/projects/SDL_mixer/index.html" - -DEPEND=">=media-libs/libsdl-1.2.4 - >=media-libs/smpeg-0.4.4-r1 - mikmod? ( >=media-libs/libmikmod-3.1.10 ) - oggvorbis? ( >=media-libs/libvorbis-1.0_beta4 )" - - -src_compile() { - - local myconf - - use mikmod || myconf="${myconf} --disable-mod" - use mpeg || myconf="${myconf} --disable-music-mp3" - use oggvorbis || myconf="${myconf} --disable-music-ogg" - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man || die - - emake || die -} - -src_install() { - - make DESTDIR=${D} install || die - - dodoc CHANGES COPYING README -} |