Package-Manager: Portage-2.3.13, Repoman-2.3.4
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit toolchain-funcs
+inherit savedconfig toolchain-funcs
DESCRIPTION="a generic, highly customizable, and efficient menu for the X Window System"
HOMEPAGE="https://tools.suckless.org/dmenu/"
-e 's|${CC} -o|$(CC) $(CFLAGS) -o|g' \
-e '/^ echo/d' \
Makefile || die
+
+ restore_config config.h
}
src_compile() {
src_install() {
emake DESTDIR="${D}" PREFIX="/usr" install
+
+ save_config config.h
}