1 # Copyright 1999-2022 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 DESCRIPTION="Create X menus from the shell"
7 HOMEPAGE="https://packages.debian.org/source/sid/9menu"
8 SRC_URI="https://github.com/arnoldrobbins/9menu/archive/refs/tags/${PN}-release-${PV}.tar.gz -> ${P}.tar.gz"
9 S="${WORKDIR}/${PN}-${PN}-release-${PV}"
10 LICENSE="public-domain"
12 KEYWORDS="~amd64 ~x86"
14 RDEPEND="x11-libs/libX11"
18 eapply "${FILESDIR}/fix-ignore-cflags-and-ldflags.patch"
22 emake -f Makefile.noimake || die "emake error"