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/dev-util/visual-regexp/visual-regexp-3.0.ebuild

41 lines
964 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/visual-regexp/visual-regexp-3.0.ebuild,v 1.8 2011/06/13 12:03:54 jlec Exp $
EAPI=4
inherit eutils
DESCRIPTION="Type the regexp and visualize it on a sample of your choice"
HOMEPAGE="http://laurent.riesterer.free.fr/regexp/"
SRC_URI="
http://dev.gentoo.org/~jlec/distfiles/visualregexp-icon.png.tar
http://laurent.riesterer.free.fr/regexp/visual_regexp-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="dev-lang/tk"
RDEPEND="${DEPEND}"
S=${WORKDIR}/visual_regexp-${PV}
src_prepare() {
epatch "${FILESDIR}"/wish-fix.diff
}
src_install() {
dodoc README
newbin visual_regexp.tcl visualregexp
dosym /usr/bin/visualregexp /usr/bin/tkregexp
insinto /usr/share/pixmaps/visualregexp
doins "${WORKDIR}"/visualregexp-icon.png
domenu "${FILESDIR}"/visualregexp.desktop
}