Magellan Linux

Contents of /smage/trunk/core/m4/m4-1.4.16-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1746 - (show annotations) (download)
Mon Sep 19 09:14:54 2011 UTC (12 years, 7 months ago) by niro
File size: 463 byte(s)
auto added: ver bump to 1.4.16-r2
1 # $Id$
2
3 PNAME="m4"
4 PVER="1.4.16"
5 PBUILD="r2"
6
7 PCATEGORIE="sys-dev"
8
9 DESCRIPTION="GNU macro processor."
10 HOMEPAGE="http://www.gnu.org/software/m4/m4.html"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.bz2"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 gnu://${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd_gnu ${PNAME}"
25
26 src_compile()
27 {
28 cd ${SRCDIR}
29
30 mconfigure --enable-changeword || die
31 mmake || die
32 }