diff options
Diffstat (limited to 'x11-misc/fbdesk/fbdesk-1.1.5.ebuild')
-rw-r--r-- | x11-misc/fbdesk/fbdesk-1.1.5.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/x11-misc/fbdesk/fbdesk-1.1.5.ebuild b/x11-misc/fbdesk/fbdesk-1.1.5.ebuild index 791fe226cbd7..6f3813a9f52c 100644 --- a/x11-misc/fbdesk/fbdesk-1.1.5.ebuild +++ b/x11-misc/fbdesk/fbdesk-1.1.5.ebuild @@ -1,12 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.1.5.ebuild,v 1.4 2003/10/28 13:29:05 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.1.5.ebuild,v 1.5 2003/11/11 13:18:00 vapier Exp $ -IUSE="" - -S=${WORKDIR}/${P} - -DESCRIPTION="FbDesk is a fluxbox-util application that creates and manage icons on your Fluxbox desktop." +DESCRIPTION="fluxbox-util application that creates and manage icons on your Fluxbox desktop" HOMEPAGE="http://www.fluxbox.org/fbdesk/" SRC_URI="http://www.fluxbox.org/download/${P}.tar.gz" @@ -22,8 +18,7 @@ src_compile() { emake || die } -src_install () { +src_install() { einstall || die - dodoc AUTHORS COPYING ChangeLog NEWS README } |