Magellan Linux

Annotation of /trunk/core/cmake/cmake-2.4.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1626 - (hide annotations) (download)
Tue May 12 16:56:42 2009 UTC (15 years ago) by niro
File size: 790 byte(s)
-moved to 'core'
1 niro 2 # $Header: /magellan-cvs/smage/cmake/cmake-2.4.8-r1.smage2,v 1.2 2008/02/14 11:05:53 niro Exp $
2    
3     PNAME="cmake"
4     PVER="2.4.8"
5     PBUILD="r1"
6    
7     PCATEGORIE="dev-util"
8     STATE="unstable"
9    
10     DESCRIPTION="cmake is a cross-platform open-source make system."
11     HOMEPAGE="http://www.cmake.org/"
12    
13     DEPEND=">= virtual/glibc
14     >= net-misc/curl-7
15     >= dev-libs/expat-2
16     >= dev-libs/libxml2-2.6.27
17     >= dev-libs/xmlrpc-c-1.06.21"
18    
19     SRCFILE="${PNAME}-${PVER}.tar.gz"
20     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21    
22     sminclude mbuild
23    
24     SRC_URI=(
25     http://www.cmake.org/files/v${PVER%.*}/${SRCFILE}
26     mirror://${PNAME}/${SRCFILE}
27     )
28    
29     src_compile()
30     {
31     cd ${SRCDIR}
32    
33     ./bootstrap \
34     --prefix=/usr \
35     --docdir=/share/doc/${PNAME}-${PVER} \
36     --datadir=/share/${PNAME} \
37     --mandir=/share/man \
38     --system-libs \
39     || die
40    
41     mmake || die
42     }

Properties

Name Value
svn:keywords Id