summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-11 21:35:20 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-11 21:35:20 +0000
commit765036261ebd1cc2b7c694ce23ae6125226db6f4 (patch)
tree175bd630710979a807a4a631309751e51478ef1c /dev-util/vbindiff/vbindiff-3.0_beta4.ebuild
parentamd64/x86 stable, bug #283909 (diff)
downloadgentoo-2-765036261ebd1cc2b7c694ce23ae6125226db6f4.tar.gz
gentoo-2-765036261ebd1cc2b7c694ce23ae6125226db6f4.tar.bz2
gentoo-2-765036261ebd1cc2b7c694ce23ae6125226db6f4.zip
Bump
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/vbindiff/vbindiff-3.0_beta4.ebuild')
-rw-r--r--dev-util/vbindiff/vbindiff-3.0_beta4.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-util/vbindiff/vbindiff-3.0_beta4.ebuild b/dev-util/vbindiff/vbindiff-3.0_beta4.ebuild
new file mode 100644
index 000000000000..8549e396ed9e
--- /dev/null
+++ b/dev-util/vbindiff/vbindiff-3.0_beta4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/vbindiff/vbindiff-3.0_beta4.ebuild,v 1.1 2009/09/11 21:35:20 patrick Exp $
+
+DESCRIPTION="Visual binary diff utility"
+
+HOMEPAGE="http://www.cjmweb.net/vbindiff/"
+SRC_URI="http://www.cjmweb.net/vbindiff/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="sys-libs/ncurses"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+
+ dodoc AUTHORS NEWS README README.PuTTY
+}