Magellan Linux

Contents of /smage/trunk/core/automake/automake-6.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4061 - (show annotations) (download)
Tue Nov 6 14:43:31 2012 UTC (11 years, 7 months ago) by niro
File size: 634 byte(s)
auto added: ver bump to 6.1-r1
1 # $Id$
2
3 PNAME="automake"
4 PVER="6.1"
5 PBUILD="r1"
6
7 PCAT="sys-dev"
8
9 DESCRIPTION="Wrapper for automake to utilize serveral versions."
10 HOMEPAGE="http://gentoo.org"
11
12 DEPEND=">= sys-dev/autoconf-10
13 >= sys-dev/automake14-1.4
14 >= sys-dev/automake15-1.5
15 >= sys-dev/automake16-1.6.3
16 >= sys-dev/automake17-1.7.9
17 >= sys-dev/automake18-1.8.5
18 >= sys-dev/automake19-1.9.6
19 >= sys-dev/automake110-1.10
20 >= sys-dev/automake111-1.11
21 >= sys-dev/automake112-1.12"
22
23 SRCFILE="am-wrapper-${PVER}.tar.bz2"
24 SRCDIR="${BUILDDIR}/am-wrapper-${PVER}"
25
26 sminclude mbuild
27
28 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
29
30 src_compile()
31 {
32 cd ${SRCDIR}
33 mmake || die
34 }