# Copyright 1999-2006 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/wp-tray/wp-tray-0.5.3.ebuild,v 1.1 2006/12/17 10:26:18 dertobi123 Exp $ inherit gnome2 multilib eutils DESCRIPTION="Wallpaper Manager for the Gnome Desktop" HOMEPAGE="http://planetearthworm.com/projects/wp_tray" SRC_URI="http://planetearthworm.com/projects/${PN/-/_}/files/${PN/-/_}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=gnome-base/libgnomeui-2 >=x11-libs/gtk+-2 >=gnome-base/libglade-2" DEPEND="${RDEPEND} dev-util/pkgconfig dev-libs/boost" S="${WORKDIR}/${PN/-/_}-${PV}" src_compile() { local myconf myconf="${myconf} --with-boostfilesystem=/usr/$(get_libdir)/libboost_filesystem.so" myconf="${myconf} --with-boostregex=/usr/$(get_libdir)/libboost_regex.so" econf ${myconf} || die "Configure failure" emake || die "Make failure" } DOCS="AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README* TODO"