gentoo/x11-plugins/wmacpi/wmacpi-2.4.ebuild
Arthur Zamarin f9e191ed47
x11-plugins/wmacpi: Stabilize 2.4 amd64, #933624
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-06-20 18:04:10 +00:00

25 lines
496 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit toolchain-funcs
DESCRIPTION="DockApp ACPI status monitor for laptops"
HOMEPAGE="https://www.dockapps.net/wmacpi"
SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 -ppc -sparc x86"
DEPEND=">=x11-libs/libdockapp-0.7:=
x11-libs/libX11"
PATCHES=(
"${FILESDIR}"/${P}-makefile.patch
)
src_compile() {
emake CC="$(tc-getCC)"
}