summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-07-02 20:19:08 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-07-02 20:19:08 +0000
commit4da9b4bfe57f36fa7a60b726f15f5923d51fc691 (patch)
treeebfdcb8cca8f2a3908bd28788bd73e3fbfa90838 /sys-fs/treesize/treesize-0.54.1.ebuild
parentppc stable #361163 (diff)
downloadgentoo-2-4da9b4bfe57f36fa7a60b726f15f5923d51fc691.tar.gz
gentoo-2-4da9b4bfe57f36fa7a60b726f15f5923d51fc691.tar.bz2
gentoo-2-4da9b4bfe57f36fa7a60b726f15f5923d51fc691.zip
Run eautoreconf. Bug #369919
(Portage version: 2.2.0_alpha42/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/treesize/treesize-0.54.1.ebuild')
-rw-r--r--sys-fs/treesize/treesize-0.54.1.ebuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/sys-fs/treesize/treesize-0.54.1.ebuild b/sys-fs/treesize/treesize-0.54.1.ebuild
index c0e8c36fa669..40b97fe76b03 100644
--- a/sys-fs/treesize/treesize-0.54.1.ebuild
+++ b/sys-fs/treesize/treesize-0.54.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/treesize/treesize-0.54.1.ebuild,v 1.3 2010/07/11 12:41:00 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/treesize/treesize-0.54.1.ebuild,v 1.4 2011/07/02 20:19:08 hwoarang Exp $
EAPI="2"
-inherit base
+inherit autotools base
DESCRIPTION="A disk consumption analyzing tool"
HOMEPAGE="http://treesize.sourceforge.net/"
@@ -20,6 +20,11 @@ DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}/${PV}-amd64.patch" )
+src_prepare() {
+ eautoreconf
+ base_src_prepare
+}
+
src_install() {
emake DESTDIR="${D}" install || die "installation failed"
dodoc NEWS README TODO ChangeLog || die "nothing to read"