2012-03-14 10:22:29 +04:00
|
|
|
# Copyright 1999-2012 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2012-06-21 11:21:12 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.7.1.ebuild,v 1.4 2012/06/20 05:43:42 jdhore Exp $
|
2012-03-14 10:22:29 +04:00
|
|
|
|
|
|
|
EAPI=4
|
|
|
|
inherit autotools
|
|
|
|
|
|
|
|
DESCRIPTION="A code-searching tool similar to ack, but faster"
|
|
|
|
HOMEPAGE="http://github.com/ggreer/the_silver_searcher"
|
|
|
|
SRC_URI="mirror://github/ggreer/${PN}/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="Apache-2.0"
|
|
|
|
SLOT="0"
|
2012-06-21 11:21:12 +04:00
|
|
|
KEYWORDS="amd64 x86 ~amd64-fbsd ~x86-fbsd"
|
2012-03-14 10:22:29 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND="dev-libs/libpcre"
|
2012-04-28 09:03:10 +04:00
|
|
|
DEPEND="${RDEPEND}
|
2012-05-04 18:27:40 +04:00
|
|
|
virtual/pkgconfig"
|
2012-03-14 10:22:29 +04:00
|
|
|
|
|
|
|
DOCS="README.md"
|
|
|
|
|
|
|
|
src_prepare() {
|
|
|
|
eautoreconf
|
|
|
|
}
|