View | Details | Raw Unified
Collapse All | Expand All

(-) fme-1.0.3.ebuild (-1 / +7 lines)
 Lines 1-6    Link Here 
# Copyright 1999-2008 Gentoo Foundation
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/fme/fme-1.0.3.ebuild,v 1.1 2008/01/23 12:54:27 lack Exp $
# $Header: $
inherit eutils
DESCRIPTION="Graphical menu editor for Fluxbox menus"
DESCRIPTION="Graphical menu editor for Fluxbox menus"
HOMEPAGE="http://fme.rhymux.info/"
HOMEPAGE="http://fme.rhymux.info/"
 Lines 22-26    Link Here 
src_install() {
src_install() {
	emake DESTDIR="${D}" install || die "Install failed"
	emake DESTDIR="${D}" install || die "Install failed"
	doicon ${PN}.png
	make_desktop_entry ${PN} "Fluxbox Menu Editor" ${PN} "Settings;DesktopSettings"
	dodoc AUTHORS ChangeLog README TODO
	dodoc AUTHORS ChangeLog README TODO
}
}