Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5168 - (show annotations) (download)
Wed Sep 25 11:25:07 2013 UTC (10 years, 8 months ago) by niro
File size: 690 byte(s)
auto added: ver bump to 8-r1
1 # $Id$
2
3 PNAME="automake"
4 PVER="8"
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 >= sys-dev/automake113-1.13
23 >= sys-dev/automake114-1.14"
24
25 SRCFILE="am-wrapper-${PVER}.tar.bz2"
26 SRCDIR="${BUILDDIR}/am-wrapper-${PVER}"
27
28 sminclude mbuild
29
30 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35 mmake || die
36 }