Files
sablink-distro/sys-apps/entropy-client-services/entropy-client-services-0.92.2.ebuild
T
lxnay 879b327f7a entropy 0.92.2 ebuilds
git-svn-id: http://svn.sabayonlinux.org/overlay@3054 d7aec97c-591d-0410-af39-a8856400b30a
2009-05-12 14:40:12 +00:00

36 lines
808 B
Bash

# Copyright 2004-2007 Sabayon Linux
# Distributed under the terms of the GNU General Public License v2
EAPI=2
inherit eutils multilib python
EGIT_TREE="${PV}"
EGIT_REPO_URI="git://sabayon.org/projects/entropy.git"
inherit git
DESCRIPTION="Official Sabayon Linux Package Manager library"
HOMEPAGE="http://www.sabayonlinux.org"
REPO_CONFPATH="${ROOT}/etc/entropy/repositories.conf"
ENTROPY_CACHEDIR="${ROOT}/var/lib/entropy/caches"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="~sys-apps/entropy-${PV}
dev-python/dbus-python
dev-libs/dbus-glib
dev-python/pygobject
"
RDEPEND="${DEPEND}"
src_install() {
emake DESTDIR="${D}" LIBDIR=usr/$(get_libdir) updates-daemon-install || die "make install failed"
}
pkg_postrm() {
python_mod_cleanup ${ROOT}/usr/$(get_libdir)/services
}