media-gfx/cgal-ipelets: Add cgal-ipelets-5.6
[shuber-gentoo-overlay.git] / dev-db / sqlite3-pcre / sqlite3-pcre-20070120.ebuild
1 # Distributed under the terms of the GNU General Public License v2
2 # $Header: $
3
4 EAPI=7
5
6 DESCRIPTION="Perl-compatible regular expression support for the SQLite"
7 HOMEPAGE="http://git.altlinux.org/people/at/packages/?p=sqlite3-pcre.git"
8 SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/sqlite3-pcre_0~git20070120091816+4229ecc.orig.tar.gz"
9
10 LICENSE="public-domain"
11 SLOT="0"
12 KEYWORDS="~amd64 ~x86"
13 IUSE=""
14 RDEPEND="dev-db/sqlite:3
15 dev-libs/libpcre"
16 DEPEND="${RDEPEND}"
17 S="${WORKDIR}/${PN}"
18
19 src_prepare() {
20 cp "${FILESDIR}/Makefile" "${S}/"
21 }