/[gentoo-x86]/x11-libs/libxdl_view/libxdl_view-4.2-r2.ebuild
Gentoo

Contents of /x11-libs/libxdl_view/libxdl_view-4.2-r2.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download)
Fri Aug 3 15:59:20 2012 UTC (9 months, 2 weeks ago) by ago
Branch: MAIN
Changes since 1.2: +2 -2 lines
Stable for amd64, wrt bug #429232

(Portage version: 2.1.10.65/cvs/Linux x86_64)

1 jlec 1.1 # Copyright 1999-2012 Gentoo Foundation
2     # Distributed under the terms of the GNU General Public License v2
3 ago 1.3 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libxdl_view/libxdl_view-4.2-r2.ebuild,v 1.2 2012/05/30 14:26:15 mr_bones_ Exp $
4 jlec 1.1
5     EAPI=4
6    
7     AUTOTOOLS_AUTORECONF=yes
8    
9     inherit autotools-utils
10    
11     DESCRIPTION="An X-Windows Based Toolkit"
12     HOMEPAGE="http://www.ccp4.ac.uk/dist/x-windows/xdl_view/doc/xdl_view_top.html"
13     SRC_URI="ftp://ftp.ccp4.ac.uk/jwc/${P}.tar.gz"
14    
15     LICENSE="GPL-2"
16     SLOT="0"
17 ago 1.3 KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
18 jlec 1.1 IUSE="static-libs"
19    
20     RDEPEND="
21     dev-libs/libjwc_c
22     x11-libs/libXt"
23     DEPEND="${RDEPEND}"
24    
25     PATCHES=(
26     "${FILESDIR}"/${PV}-impl-dec.patch
27     "${FILESDIR}"/${PV}-as-needed.patch )
28    
29     src_prepare() {
30     rm missing || die
31     autotools-utils_src_prepare
32     }

  ViewVC Help
Powered by ViewVC 1.1.13