summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-12-21 11:53:52 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-12-21 11:53:52 +0000
commit33d733c8071e89adc7b747220dc5f9f2769bfc5e (patch)
tree7bd3d99c8fbfe4da0d3f343053a1c4d9250a46eb /app-misc/tdfsb/tdfsb-0.0.7.ebuild
parentopenldap needs readline-4.2a -- not valid in this profile (diff)
downloadhistorical-33d733c8071e89adc7b747220dc5f9f2769bfc5e.tar.gz
historical-33d733c8071e89adc7b747220dc5f9f2769bfc5e.tar.bz2
historical-33d733c8071e89adc7b747220dc5f9f2769bfc5e.zip
small fix0rs
Diffstat (limited to 'app-misc/tdfsb/tdfsb-0.0.7.ebuild')
-rw-r--r--app-misc/tdfsb/tdfsb-0.0.7.ebuild22
1 files changed, 9 insertions, 13 deletions
diff --git a/app-misc/tdfsb/tdfsb-0.0.7.ebuild b/app-misc/tdfsb/tdfsb-0.0.7.ebuild
index e5a3679034bc..3a7a14d1e16d 100644
--- a/app-misc/tdfsb/tdfsb-0.0.7.ebuild
+++ b/app-misc/tdfsb/tdfsb-0.0.7.ebuild
@@ -1,31 +1,27 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tdfsb/tdfsb-0.0.7.ebuild,v 1.1 2002/12/21 01:15:52 zhen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tdfsb/tdfsb-0.0.7.ebuild,v 1.2 2002/12/21 11:53:52 seemant Exp $
+IUSE=""
+
+S=${WORKDIR}/${P}
DESCRIPTION="SDL based graphical file browser"
HOMEPAGE="http://www.hgb-leipzig.de/~leander/TDFSB/"
SRC_URI="http://www.hgb-leipzig.de/~leander/TDFSB/${P}.tar.gz"
-LICENSE="GPL"
SLOT="0"
+LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha"
-IUSE=""
-DEPEND=">=libsdl-1.2.5
- >=sdl-image-1.2.2
- >=glut-3.7.1"
-
-RDEPEND=""
-S=${WORKDIR}/${P}
+DEPEND="media-libs/smpeg
+ media-libs/sdl-image
+ media-libs/glut"
src_compile() {
-
- ./compile.sh
-
+ ./compile.sh
}
src_install() {
-
dobin tdfsb || die
dodoc README || die
}