Magellan Linux

Contents of /smage/trunk/extras/autoconf26/autoconf26-2.61-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations) (download)
Sun Jan 11 00:48:53 2009 UTC (15 years, 3 months ago) by niro
File size: 958 byte(s)
-import alx-0.9.0
1 # $Header: /alx-cvs/smage-eglibc/autoconf26/autoconf26-2.61-r2.smage2,v 1.2 2008/03/04 13:11:40 niro Exp $
2
3 PNAME="autoconf26"
4 PVER="2.61"
5 PBUILD="r2"
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 sminclude alx
21
22 SRC_URI=(
23 gnu://autoconf/${SRCFILE}
24 mirror://autoconf/${SRCFILE}
25 )
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 make DESTDIR=${BINDIR} install || die
49 minstalldocs AUTHORS ChangeLog* COPYING NEWS README TODO || die
50 }

Properties

Name Value
svn:keywords Id