summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeath Caldwell <hncaldwell@gentoo.org>2008-07-10 02:30:38 +0000
committerHeath Caldwell <hncaldwell@gentoo.org>2008-07-10 02:30:38 +0000
commite905bb01fb7931b4c056cc018a4159cb22bfb1e0 (patch)
treec980c36a2eaa49d44070ea339cc39c0089e9184e /app-text/tabler/tabler-2.ebuild
parentnet-misc/wicd: Drop empty DEPEND (diff)
downloadsunrise-e905bb01fb7931b4c056cc018a4159cb22bfb1e0.tar.gz
sunrise-e905bb01fb7931b4c056cc018a4159cb22bfb1e0.tar.bz2
sunrise-e905bb01fb7931b4c056cc018a4159cb22bfb1e0.zip
app-text/tabler: Version bump and fixed metadata.xml
svn path=/sunrise/; revision=6464
Diffstat (limited to 'app-text/tabler/tabler-2.ebuild')
-rw-r--r--app-text/tabler/tabler-2.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-text/tabler/tabler-2.ebuild b/app-text/tabler/tabler-2.ebuild
new file mode 100644
index 000000000..0ff1252b6
--- /dev/null
+++ b/app-text/tabler/tabler-2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="A utility to create text art tables from delimited input"
+HOMEPAGE="http://sourceforge.net/projects/tabler/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die "Install failed"
+ dodoc AUTHORS ChangeLog README
+}