diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-12 23:54:12 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-12 23:54:12 +0000 |
commit | 6ffaa8ba141e94b51a8d1151a5ddd0f4da7c1244 (patch) | |
tree | f7bd68c8e3f84ed6bcb6f24c3b22e4fbe047d298 /media-libs/sdl-image | |
parent | Compile against newest libpng (diff) | |
download | gentoo-2-6ffaa8ba141e94b51a8d1151a5ddd0f4da7c1244.tar.gz gentoo-2-6ffaa8ba141e94b51a8d1151a5ddd0f4da7c1244.tar.bz2 gentoo-2-6ffaa8ba141e94b51a8d1151a5ddd0f4da7c1244.zip |
removed older ebuilds
Diffstat (limited to 'media-libs/sdl-image')
-rw-r--r-- | media-libs/sdl-image/files/digest-sdl-image-1.2.0 | 1 | ||||
-rw-r--r-- | media-libs/sdl-image/sdl-image-1.2.0.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/media-libs/sdl-image/files/digest-sdl-image-1.2.0 b/media-libs/sdl-image/files/digest-sdl-image-1.2.0 deleted file mode 100644 index 422bdc557410..000000000000 --- a/media-libs/sdl-image/files/digest-sdl-image-1.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 4da2392d748dc86ddc52a72b50d77f4a SDL_image-1.2.0.tar.gz 405406 diff --git a/media-libs/sdl-image/sdl-image-1.2.0.ebuild b/media-libs/sdl-image/sdl-image-1.2.0.ebuild deleted file mode 100644 index 838748a072a2..000000000000 --- a/media-libs/sdl-image/sdl-image-1.2.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.0.ebuild,v 1.1 2001/08/12 13:26:02 karltk Exp $ - -S=${WORKDIR}/${P} - -DESCRIPTION="SDL-image is an image file loading library" - -SRC_URI="http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.0.tar.gz" - -HOMEPAGE="http://www.libsdl.org/projects/SDL_image/index.html" - -#build-time dependencies -DEPEND="virtual/glibc - >=media-libs/libpng-1.0 - >=media-libs/jpeg-6b - >=media-libs/libsdl-1.2" - -src_unpack() { - cd ${WORKDIR} - unpack SDL_image-1.2.0.tar.gz - mv SDL_image-1.2.0 ${P} -} - -src_compile() { - - try ./configure --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST} - try emake -} - -src_install () { - # try make prefix=${D}/usr install - try make DESTDIR=${D} install -} - |