/[gentoo-x86]/media-gfx/openscad/openscad-2011.12.ebuild
Gentoo

Contents of /media-gfx/openscad/openscad-2011.12.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations) (download)
Sat Mar 2 21:38:15 2013 UTC (2 months, 3 weeks ago) by hwoarang
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +4 -4 lines
Move Qt dependencies to the new category

(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)

1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/media-gfx/openscad/openscad-2011.12.ebuild,v 1.4 2013/02/11 03:23:45 mattm Exp $
4
5 EAPI="2"
6
7 inherit qt4-r2
8
9 DESCRIPTION="The Programmers Solid 3D CAD Modeller"
10 HOMEPAGE="http://www.openscad.org/"
11 SRC_URI="mirror://github/openscad/openscad/openscad-2011.12.src.tar.gz"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="~amd64 ~x86"
16 IUSE=""
17
18 CDEPEND="media-gfx/opencsg
19 sci-mathematics/cgal
20 dev-qt/qtcore:4
21 dev-qt/qtgui:4
22 dev-qt/qtopengl:4
23 dev-cpp/eigen:2
24 dev-libs/gmp
25 dev-libs/mpfr
26 dev-libs/boost
27 sys-libs/glibc
28 "
29 DEPEND="${CDEPEND} sys-devel/gcc"
30 RDEPEND="${CDEPEND}"
31
32 src_prepare() {
33 #Use our CFLAGS (specifically don't force x86)
34 sed -i "s/QMAKE_CXXFLAGS_RELEASE = .*//g" ${PN}.pro
35
36 sed -i "s/\/usr\/local/\/usr/g" ${PN}.pro
37 }

  ViewVC Help
Powered by ViewVC 1.1.13