/[gentoo-x86]/dev-util/regexxer/regexxer-0.9.ebuild
Gentoo

Contents of /dev-util/regexxer/regexxer-0.9.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (show annotations) (download)
Mon Jun 4 17:44:03 2012 UTC (11 months, 2 weeks ago) by xmw
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +2 -2 lines
Fix patch filename (thanks Steffen Schaumburg, bug 419625)

(Portage version: 2.1.10.63/cvs/Linux x86_64)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/dev-util/regexxer/regexxer-0.9.ebuild,v 1.7 2012/05/22 10:13:56 xmw Exp $
4
5 EAPI=3
6 GCONF_DEBUG=no
7 inherit gnome2 eutils
8
9 DESCRIPTION="An interactive tool for performing search and replace operations"
10 HOMEPAGE="http://regexxer.sourceforge.net"
11 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="amd64 ~ppc x86"
16 IUSE=""
17
18 RDEPEND=">=dev-cpp/libglademm-2.4:2.4
19 >=dev-libs/libsigc++-2:2
20 >=dev-cpp/gtkmm-2.6:2.4
21 >=dev-libs/libpcre-4
22 >=dev-cpp/gconfmm-2.6.1"
23 DEPEND="${RDEPEND}
24 virtual/pkgconfig"
25
26 src_prepare() {
27 epatch "${FILESDIR}"/${PN}-0.10-glib-2.32.patch
28 }
29
30 src_install() {
31 emake DESTDIR="${D}" install || die "emake install failed"
32 dodoc AUTHORS ChangeLog NEWS README
33 }

  ViewVC Help
Powered by ViewVC 1.1.13