Magellan Linux

Annotation of /smage/trunk/core/autoconf263/autoconf263-2.63-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 83 - (hide annotations) (download)
Wed Jan 6 08:49:19 2010 UTC (14 years, 4 months ago) by niro
File size: 951 byte(s)
auto added: ver bump to 2.63-r1
1 niro 83 # $Id$
2    
3     PNAME="autoconf263"
4     PVER="2.63"
5     PBUILD="r1"
6    
7     PCATEGORIE="sys-dev"
8     STATE="unstable"
9    
10     DESCRIPTION="Used to generate configure scripts."
11     HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
12    
13     DEPEND=">= sys-apps/texinfo-4.3
14     >= sys-dev/m4-1.4
15     >= dev-lang/perl-5"
16    
17     SRCFILE="autoconf-${PVER}.tar.bz2"
18     SRCDIR="${BUILDDIR}/autoconf-${PVER}"
19    
20     SRC_URI=(
21     gnu://autoconf/${SRCFILE}
22     mirror://autoconf/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd \"http://ftp.gnu.org/gnu/${PNAME/[0-9]*/}?C=M;O=A\" | grep ${PVER:0:3} | lasttarball"
26    
27     src_prepare()
28     {
29     munpack ${SRCFILE} || die
30     }
31    
32     src_compile()
33     {
34     cd ${SRCDIR}
35    
36     mconfigure --program-suffix="-${PVER}" || die
37    
38     # manpages should not be versionized
39     sed -i "/^program_transform_name/s:-${PVER}::" man/Makefile || die
40    
41     # doesn't like more jobs than 1
42     mmake -j1 || die
43     }
44    
45     src_install()
46     {
47     cd ${SRCDIR}
48     mmake DESTDIR=${BINDIR} install || die
49     minstalldocs AUTHORS ChangeLog* COPYING NEWS README TODO || die
50     }

Properties

Name Value
svn:keywords Id