summaryrefslogtreecommitdiff
path: root/net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild
diff options
context:
space:
mode:
authorKarol Herbst <git@karolherbst.de>2014-11-19 23:09:37 +0100
committerMichael Palimaka <kensington@gentoo.org>2014-12-01 23:38:28 +1100
commita9a8273bb916fd97e72d3a2f1eb3dca775ba1239 (patch)
tree195e067a46fe8e095cd81b6d615e3ae8e76b1d87 /net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild
parentcef843262b526cf66c1740979c35fd9e3b2768eb (diff)
downloadkde-a9a8273bb916fd97e72d3a2f1eb3dca775ba1239.tar.gz
kde-a9a8273bb916fd97e72d3a2f1eb3dca775ba1239.tar.bz2
kde-a9a8273bb916fd97e72d3a2f1eb3dca775ba1239.zip
[net-libs/libaccounts-glib] added
Diffstat (limited to 'net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild')
-rw-r--r--net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild37
1 files changed, 37 insertions, 0 deletions
diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild
new file mode 100644
index 00000000000..01907b7a71f
--- /dev/null
+++ b/net-libs/libaccounts-glib/libaccounts-glib-1.18.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit autotools eutils
+
+SRC_URI="https://accounts-sso.googlecode.com/files/${PN}-1.16.tar.gz"
+SLOT=0
+DESCRIPTION="Accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms."
+HOMEPAGE="https://01.org/gsso/"
+
+LICENSE="LGPL-2.1"
+
+KEYWORDS="~x86 ~amd64"
+
+IUSE="debug"
+
+DEPEND="
+ dev-db/sqlite
+ dev-libs/glib
+ dev-libs/libxml2"
+
+RDEPEND="$DEPEND"
+
+S="${WORKDIR}/${PN}-1.16"
+
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-1.16-to-1.18.patch
+ eautoreconf
+}
+
+src_configure() {
+ export HAVE_GCOV_FALSE='#'
+ econf $(use_enable debug)
+}