summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-23 00:49:50 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-23 00:49:50 +0000
commit17f63901584949bb7091cbb01b89380b2af2b4ca (patch)
tree771b80bd9deadb9a6ad32fdafb3db10157b88a67 /media-libs/sdl-ttf
parentadded SGI's free software B license (diff)
downloadhistorical-17f63901584949bb7091cbb01b89380b2af2b4ca.tar.gz
historical-17f63901584949bb7091cbb01b89380b2af2b4ca.tar.bz2
historical-17f63901584949bb7091cbb01b89380b2af2b4ca.zip
repoman'd
Diffstat (limited to 'media-libs/sdl-ttf')
-rw-r--r--media-libs/sdl-ttf/files/digest-sdl-ttf-2.0.41
-rw-r--r--media-libs/sdl-ttf/sdl-ttf-2.0.4.ebuild30
-rw-r--r--media-libs/sdl-ttf/sdl-ttf-2.0.5.ebuild13
3 files changed, 6 insertions, 38 deletions
diff --git a/media-libs/sdl-ttf/files/digest-sdl-ttf-2.0.4 b/media-libs/sdl-ttf/files/digest-sdl-ttf-2.0.4
deleted file mode 100644
index 4fb90e62ec0f..000000000000
--- a/media-libs/sdl-ttf/files/digest-sdl-ttf-2.0.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b4a9ba0d9d6240f35774651fea75dcba SDL_ttf-2.0.4.tar.gz 1150901
diff --git a/media-libs/sdl-ttf/sdl-ttf-2.0.4.ebuild b/media-libs/sdl-ttf/sdl-ttf-2.0.4.ebuild
deleted file mode 100644
index 5c9d0f036b94..000000000000
--- a/media-libs/sdl-ttf/sdl-ttf-2.0.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.4.ebuild,v 1.2 2002/07/11 06:30:39 drobbins Exp $
-
-MY_P="${P/sdl-/SDL_}"
-S="${WORKDIR}/${MY_P}"
-DESCRIPTION="library that allows you to use TrueType fonts in SDL applications"
-SRC_URI="http://www.libsdl.org/projects/SDL_ttf/release/${MY_P}.tar.gz"
-HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf/"
-
-DEPEND=">=media-libs/libsdl-1.2.3
- >=media-libs/freetype-2.0.1"
-
-
-src_compile() {
-
- ./configure --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --prefix=/usr \
- --host=${CHOST} || die
-
- emake || die
-}
-
-src_install() {
-
- make prefix=${D}/usr install || die
-
- dodoc CHANGES COPYING README
-}
diff --git a/media-libs/sdl-ttf/sdl-ttf-2.0.5.ebuild b/media-libs/sdl-ttf/sdl-ttf-2.0.5.ebuild
index 1533c1d55f77..e08cec49c67b 100644
--- a/media-libs/sdl-ttf/sdl-ttf-2.0.5.ebuild
+++ b/media-libs/sdl-ttf/sdl-ttf-2.0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 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-ttf/sdl-ttf-2.0.5.ebuild,v 1.2 2002/07/11 06:30:39 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.5.ebuild,v 1.3 2002/07/23 00:49:50 seemant Exp $
MY_P="${P/sdl-/SDL_}"
S="${WORKDIR}/${MY_P}"
@@ -8,17 +8,16 @@ DESCRIPTION="library that allows you to use TrueType fonts in SDL applications"
SRC_URI="http://www.libsdl.org/projects/SDL_ttf/release/${MY_P}.tar.gz"
HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf/"
+SLOT="0"
+LICENSE="LGPL-2"
+KEYWORDS="x86"
+
DEPEND=">=media-libs/libsdl-1.2.4
>=media-libs/freetype-2.0.1"
-
src_compile() {
- ./configure --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --prefix=/usr \
- --host=${CHOST} || die
-
+ econf || die
emake || die
}