# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ EAPI="5" inherit eutils DESCRIPTION="Perl-compatible regular expression support for SQLite" HOMEPAGE="http://git.altlinux.org/people/at/packages/?p=sqlite3-pcre.git" SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/sqlite3-pcre_0~git20070120091816+4229ecc.orig.tar.gz -> ${P}.tar.gz" LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RESTRICT="nomirror" RDEPEND="dev-db/sqlite dev-libs/libpcre" DEPEND="${RDEPEND}" S="${WORKDIR}/${PN}" src_prepare() { epatch "${FILESDIR}/Makefile.diff" }