mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
x11-plugins/wmacpi: Drop old
Package-Manager: Portage-2.3.49, Repoman-2.3.10
This commit is contained in:
@@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
inherit eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="DockApp ACPI status monitor for laptops"
|
||||
HOMEPAGE="https://www.dockapps.net/wmacpi"
|
||||
SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 -ppc -sparc x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=x11-libs/libdockapp-0.7:=
|
||||
x11-libs/libX11"
|
||||
|
||||
S=${WORKDIR}/dockapps
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-makefile.patch
|
||||
|
||||
sed -e 's#<dockapp.h>#<libdockapp/dockapp.h>#' -i *.c || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake CC="$(tc-getCC)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
dodoc AUTHORS ChangeLog README TODO
|
||||
}
|
||||
Reference in New Issue
Block a user