mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/liblazy: EAPI 6 bump
Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="lib for D-Bus daemon messages, querying HAL or PolicyKit privileges"
|
||||
HOMEPAGE="https://freedesktop.org/wiki/Software/liblazy"
|
||||
SRC_URI="https://people.freedesktop.org/~homac/${PN}/${P}.tar.bz2"
|
||||
@@ -14,12 +16,11 @@ RDEPEND="sys-apps/dbus"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
src_compile() {
|
||||
src_configure() {
|
||||
econf --disable-dependency-tracking
|
||||
emake || die "emake failed."
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "emake install failed."
|
||||
emake DESTDIR="${D}" install
|
||||
dodoc AUTHORS NEWS README
|
||||
}
|
||||
Reference in New Issue
Block a user