You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-plugins/wmmenu/wmmenu-1.2-r1.ebuild

34 lines
831 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit eutils
IUSE=""
S=${WORKDIR}/${PN}
DESCRIPTION="WindowMaker DockApp: Provides a popup menu of icons like in AfterStep, as a dockable application"
SRC_URI="http://www.fcoutant.freesurf.fr/download/${P}.tar.gz"
HOMEPAGE="http://www.fcoutant.freesurf.fr/wmmenu.html"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 x86"
DEPEND="<x11-libs/libdockapp-0.7"
RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-support-libdockapp-0.5.0.patch
epatch "${FILESDIR}"/${P}-Makefile.patch
}
src_compile() {
emake EXTRACFLAGS="${CFLAGS}" || die "Compilation failed"
}
src_install() {
dobin wmmenu
doman wmmenu.1
dodoc README TODO example/apps example/defaults example/extract_icon_back
}