Files
for-gentoo/app-admin/authconfig/authconfig-6.2.8.ebuild
T
2014-04-27 20:54:23 +01:00

29 lines
698 B
Bash

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit eutils
DESCRIPTION="Command line tool for setting up authentication from network services"
HOMEPAGE="https://fedorahosted.org/authconfig"
SRC_URI="https://fedorahosted.org/releases/a/u/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-libs/glib
sys-devel/gettext
dev-util/intltool
dev-util/desktop-file-utils
dev-perl/XML-Parser"
RDEPEND="${DEPEND} dev-libs/newt"
src_install() {
emake DESTDIR="${D}" install || die "install failed"
# drop broken .desktop
rm "${D}/usr/share/applications/authconfig.desktop" -f
}