You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/lfhex/lfhex-0.42.ebuild

33 lines
715 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.42.ebuild,v 1.7 2010/03/26 23:58:39 yngwin Exp $
EAPI="2"
inherit base qt4-r2
DESCRIPTION="A fast, efficient hex-editor with support for large files and comparing binary files"
HOMEPAGE="http://stoopidsimple.com/lfhex"
SRC_URI="http://stoopidsimple.com/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND="x11-libs/qt-gui:4
x11-libs/libXt"
DEPEND="${RDEPEND}
sys-devel/flex
sys-devel/bison"
S=${WORKDIR}/${P}/src
src_configure() {
eqmake4
}
src_install() {
dobin lfhex || die
dodoc ../README || die
}