|
|
# 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/fbdesk/fbdesk-1.1.5.ebuild,v 1.7 2004/06/24 22:17:39 agriffis Exp $ | # $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.1.5.ebuild,v 1.7 2004/06/24 22:17:39 agriffis Exp $ |
| |
|
inherit eutils gcc |
|
|
DESCRIPTION="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/" | HOMEPAGE="http://www.fluxbox.org/fbdesk/" |
SRC_URI="http://www.fluxbox.org/download/${P}.tar.gz" | SRC_URI="http://www.fluxbox.org/download/${P}.tar.gz" |
|
|
DEPEND="media-libs/libpng | DEPEND="media-libs/libpng |
virtual/x11" | virtual/x11" |
| |
|
src_unpack() { |
|
unpack ${A} |
|
cd ${S} |
|
[ "`gcc-version`" == "3.4" ] && epatch ${FILESDIR}/${P}-gcc34.patch |
|
} |
|
|
src_compile() { | src_compile() { |
econf || die | econf || die |
emake || die | emake || die |