summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-11-11 13:17:36 +0000
committerMike Frysinger <vapier@gentoo.org>2003-11-11 13:17:36 +0000
commit95432aad7d1fed9e4ba1d8fbe00749a52eb1351c (patch)
treebd06dee102c9c1e02192a5f4ad8f2cf00bbff943 /x11-misc/xdiskusage
parentold (diff)
downloadgentoo-2-95432aad7d1fed9e4ba1d8fbe00749a52eb1351c.tar.gz
gentoo-2-95432aad7d1fed9e4ba1d8fbe00749a52eb1351c.tar.bz2
gentoo-2-95432aad7d1fed9e4ba1d8fbe00749a52eb1351c.zip
touchups
Diffstat (limited to 'x11-misc/xdiskusage')
-rw-r--r--x11-misc/xdiskusage/xdiskusage-1.46.ebuild15
1 files changed, 6 insertions, 9 deletions
diff --git a/x11-misc/xdiskusage/xdiskusage-1.46.ebuild b/x11-misc/xdiskusage/xdiskusage-1.46.ebuild
index 3c72168b4a8d..304633138c2a 100644
--- a/x11-misc/xdiskusage/xdiskusage-1.46.ebuild
+++ b/x11-misc/xdiskusage/xdiskusage-1.46.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.46.ebuild,v 1.1 2003/10/29 12:49:51 brandy Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.46.ebuild,v 1.2 2003/11/11 13:16:56 vapier Exp $
-DESCRIPTION="xdiskusage is a front end to xdu for viewing disk usage graphically under X11"
+DESCRIPTION="front end to xdu for viewing disk usage graphically under X11"
SRC_URI="http://xdiskusage.sourceforge.net/${P}.tgz"
HOMEPAGE="http://xdiskusage.sourceforge.net/"
@@ -13,20 +13,17 @@ KEYWORDS="~x86"
DEPEND="virtual/x11
x11-libs/fltk"
-
src_compile() {
-
econf || die "configure failed"
- make CXXFLAGS="$CXXFLAGS `fltk-config --cxxflags`" LDLIBS="`fltk-config --ldflags`" \
+ make \
+ CXXFLAGS="$CXXFLAGS `fltk-config --cxxflags`" \
+ LDLIBS="`fltk-config --ldflags`" \
|| die "parallel make failed"
-
}
-src_install () {
-
+src_install() {
dobin xdiskusage
doman xdiskusage.1
dodoc README
-
}