Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12093 - (show annotations) (download)
Mon Aug 27 08:19:42 2018 UTC (5 years, 8 months ago) by niro
File size: 749 byte(s)
auto added: ver bump to 10-r1
1 # $Id$
2
3 PNAME="automake"
4 PVER="10"
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 >= sys-dev/automake115-1.15
25 >= sys-dev/automake116-1.16"
26
27 SRCFILE="am-wrapper-${PVER}.tar.bz2"
28 SRCDIR="${BUILDDIR}/am-wrapper-${PVER}"
29
30 sminclude mbuild
31
32 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
33
34 src_compile()
35 {
36 cd ${SRCDIR}
37 mmake || die
38 }