# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=4 AUTOTOOLS_AUTORECONF=yes inherit autotools-utils DESCRIPTION="An X-Windows Based Toolkit" HOMEPAGE="http://www.ccp4.ac.uk/dist/x-windows/xdl_view/doc/xdl_view_top.html" SRC_URI="ftp://ftp.ccp4.ac.uk/jwc/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="static-libs" RDEPEND=" dev-libs/libjwc_c x11-libs/libXt" DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${PV}-impl-dec.patch "${FILESDIR}"/${PV}-as-needed.patch ) src_prepare() { rm missing || die autotools-utils_src_prepare }