summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-22 08:24:37 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-22 08:24:37 +0000
commit1ceebcfdc0fd03d6e9ff4d6ea4b3cd5bc92d96dd (patch)
treee222fa07331f1a1d72ff75b61f8d1faa78f880dd /dev-db/xmysqladmin
parentDeleted lines about alsa _beta10 (diff)
downloadgentoo-2-1ceebcfdc0fd03d6e9ff4d6ea4b3cd5bc92d96dd.tar.gz
gentoo-2-1ceebcfdc0fd03d6e9ff4d6ea4b3cd5bc92d96dd.tar.bz2
gentoo-2-1ceebcfdc0fd03d6e9ff4d6ea4b3cd5bc92d96dd.zip
virtual xforms
Diffstat (limited to 'dev-db/xmysqladmin')
-rw-r--r--dev-db/xmysqladmin/xmysqladmin-1.0.ebuild19
1 files changed, 13 insertions, 6 deletions
diff --git a/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild b/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild
index e2a9783b1aa4..36bbeaf206ed 100644
--- a/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild
+++ b/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild
@@ -1,15 +1,18 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild,v 1.2 2002/07/11 06:30:19 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild,v 1.3 2002/07/22 08:24:36 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="xforms based front end to mysql"
SRC_URI="ftp://ftp.mysql.com/Contrib/${P}.tar.gz"
HOMEPAGE="http://www.mysql.org"
-DEPEND="virtual/x11
- >=x11-libs/xforms-089"
-#RDEPEND=""
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="x86"
+
+DEPEND="virtual/x11
+ virtual/xforms"
src_unpack() {
unpack ${A}
@@ -31,7 +34,11 @@ src_install () {
dodir /usr/bin
dodir /usr/share/pixmaps
- try make INSTALLPATH=${D}/usr/bin PIXMAPPATH=${D}/usr/share/pixmaps install
- dodoc README INSTALL CHANGES ANNOUNCE TODO
+ make \
+ INSTALLPATH=${D}/usr/bin \
+ PIXMAPPATH=${D}/usr/share/pixmaps \
+ install || die
+
+ dodoc README INSTALL CHANGES ANNOUNCE TODO
}