Files
sablink-distro/app-admin/system-tools-backends/system-tools-backends-2.2.1-r1.ebuild
T
lxnay c58d1862ba fix the first of the two issues with stb
git-svn-id: http://svn.sabayonlinux.org/overlay@1418 d7aec97c-591d-0410-af39-a8856400b30a
2007-07-04 16:31:40 +00:00

30 lines
851 B
Bash

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/system-tools-backends/system-tools-backends-1.4.2-r1.ebuild,v 1.9 2007/02/11 09:52:18 vapier Exp $
inherit eutils gnome2
DESCRIPTION="Tools aimed to make easy the administration of UNIX systems"
HOMEPAGE="http://www.gnome.org/projects/gst/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND="net-misc/openssh
userland_GNU? ( sys-apps/shadow )
>=dev-libs/libxml2-2.4.12
!<app-admin/gnome-system-tools-1.1.91
dev-lang/perl
dev-perl/Net-DBus"
DEPEND="${RDEPEND}
dev-util/pkgconfig
>=dev-util/intltool-0.29"
DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
src_compile() {
gnome2_src_compile --with-stb-group=root
}