X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=dev-db%2Fsqlite3-pcre%2Fsqlite3-pcre-20070120.ebuild;fp=dev-db%2Fsqlite3-pcre%2Fsqlite3-pcre-20070120.ebuild;h=c90cb171f16192e997acd26f3ffcc7922fdfed07;hp=0000000000000000000000000000000000000000;hb=555e662f1442d158cf31323b27a5dff1897906c0;hpb=bab251f0e13aa17db1705e19156bbe0c1dcb8cfe diff --git a/dev-db/sqlite3-pcre/sqlite3-pcre-20070120.ebuild b/dev-db/sqlite3-pcre/sqlite3-pcre-20070120.ebuild new file mode 100644 index 0000000..c90cb17 --- /dev/null +++ b/dev-db/sqlite3-pcre/sqlite3-pcre-20070120.ebuild @@ -0,0 +1,22 @@ +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit eutils + +DESCRIPTION="Perl-compatible regular expression support for the 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" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND="dev-db/sqlite:3 + dev-libs/libpcre" +DEPEND="${RDEPEND}" +S="${WORKDIR}/${PN}" + +src_prepare() { + cp "${FILESDIR}/Makefile" "${S}/" +}