1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 inherit toolchain-funcs
8 DESCRIPTION="Utility to set the name of your window manager"
9 HOMEPAGE="https://tools.suckless.org/x/wmname"
10 SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"
14 KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
16 RDEPEND="x11-libs/libX11"
19 PATCHES=( "${FILESDIR}"/${P}-buildsystem.patch )
22 emake CC="$(tc-getCC)" LD="$(tc-getCC)"
26 emake CC="$(tc-getCC)" LD="$(tc-getCC)" \
27 PREFIX="${EPREFIX}"/usr DESTDIR="${D}" install