# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Docking library for wxWidgets." HOMEPAGE="http://wxextended.sourceforge.net" SRC_URI="mirror://sourceforge/wxextended/wxDockIt_2.1.zip" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~ia64 ~amd64 ~arm" IUSE="" DEPEND=">=sys-devel/autoconf-2.52 >=x11-libs/wxGTK-2.4" S=${WORKDIR}/wxDockit src_unpack() { unpack ${A} } src_compile() { chmod +x configure econf || die "Error: econf failed!" make || die } src_install() { make DESTDIR=${D} install || die dosym libwxdockit-2.1 /usr/lib/libwxdockit-2.1.so dodoc credits.txt installation.txt license.txt readme.txt releaseNotes.txt }