aced7f3a6e
git-svn-id: http://svn.sabayonlinux.org/overlay@2152 d7aec97c-591d-0410-af39-a8856400b30a
22 lines
549 B
Bash
22 lines
549 B
Bash
# Copyright 2006-2007 Sabayon Linux
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
WANT_AUTOMAKE="1.9"
|
|
inherit gnome2 eutils autotools
|
|
|
|
DESCRIPTION="Liboobs is a lightweight library that provides a GObject based interface to system-tools-backends"
|
|
HOMEPAGE="http://www.gnome.org/"
|
|
|
|
SLOT="0"
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
|
|
IUSE=""
|
|
|
|
RDEPEND="
|
|
>=app-admin/system-tools-backends-2.2.0
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
dev-util/pkgconfig"
|
|
|
|
DOCS="AUTHORS ChangeLog NEWS README"
|