Magellan Linux

Contents of /smage/trunk/core/autoconf26/autoconf26-2.64-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 82 - (show annotations) (download)
Wed Jan 6 08:47:10 2010 UTC (14 years, 3 months ago) by niro
File size: 950 byte(s)
auto added: ver bump to 2.64-r1
1 # $Id$
2
3 PNAME="autoconf26"
4 PVER="2.64"
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