diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-06 09:03:34 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-06 09:03:34 +0000 |
commit | 19f48e4c1992e2ff7ac8302af4a7185386ed2858 (patch) | |
tree | a6400a1fac5b50153c9cf6f56de12afa336052ab /x11-misc/xdiskusage | |
parent | x86 stable wrt bug #320255 (diff) | |
download | gentoo-2-19f48e4c1992e2ff7ac8302af4a7185386ed2858.tar.gz gentoo-2-19f48e4c1992e2ff7ac8302af4a7185386ed2858.tar.bz2 gentoo-2-19f48e4c1992e2ff7ac8302af4a7185386ed2858.zip |
qa
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xdiskusage')
-rw-r--r-- | x11-misc/xdiskusage/xdiskusage-1.48.ebuild | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/x11-misc/xdiskusage/xdiskusage-1.48.ebuild b/x11-misc/xdiskusage/xdiskusage-1.48.ebuild index 036e6d9fcbb1..d5e71d2a8f83 100644 --- a/x11-misc/xdiskusage/xdiskusage-1.48.ebuild +++ b/x11-misc/xdiskusage/xdiskusage-1.48.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48.ebuild,v 1.8 2008/11/14 19:04:09 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdiskusage/xdiskusage-1.48.ebuild,v 1.9 2010/06/06 09:03:34 ssuominen Exp $ EAPI=1 - inherit eutils 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/" +SRC_URI="http://xdiskusage.sourceforge.net/${P}.tgz" LICENSE="GPL-2" SLOT="0" @@ -16,24 +15,22 @@ KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd" IUSE="" DEPEND="x11-libs/fltk:1.1" -RDEPEND="${DEPEND}" src_unpack() { unpack ${A} - epatch "${FILESDIR}/${P}-amd64.patch" + epatch "${FILESDIR}"/${P}-amd64.patch } src_compile() { - econf || die "configure failed" + econf - make \ + emake -j1 \ CXXFLAGS="$CXXFLAGS `fltk-config --cxxflags`" \ - LDLIBS="`fltk-config --ldflags`" \ - || die "parallel make failed" + LDLIBS="`fltk-config --ldflags`" || die } src_install() { - dobin xdiskusage + dobin xdiskusage || die doman xdiskusage.1 dodoc README } |