Created
November 7, 2015 03:41
-
-
Save tgbugs/ad2326e5d1edd050185a to your computer and use it in GitHub Desktop.
gentoo ebuild for pguri
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 1999-2015 Gentoo Foundation | |
# Distributed under the terms of the GNU General Public License v2 | |
# $Id$ | |
EAPI=5 | |
inherit git-2 | |
EGIT_REPO_URI="git://github.com/petere/pguri.git" | |
DESCRIPTION="uri datatype for PostgreSQL" | |
HOMEPAGE="https://github.com/petere/pguri" | |
SRC_URI="" | |
LICENSE="" | |
SLOT="0" | |
KEYWORDS="" | |
IUSE="" | |
DEPEND=" | |
dev-libs/uriparser | |
dev-db/postgresql:= | |
" | |
RDEPEND="${DEPEND}" | |
src_compile() { | |
export PG_CONFIG=/usr/bin/pg_config | |
emake | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment