Magellan Linux

Annotation of /smage/trunk/core/automake/automake-9-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10218 - (hide annotations) (download)
Wed Aug 16 13:53:46 2017 UTC (6 years, 8 months ago) by niro
File size: 719 byte(s)
auto added: ver bump to 9-r3
1 niro 10218 # $Id$
2    
3     PNAME="automake"
4     PVER="9"
5     PBUILD="r3"
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    
26     SRCFILE="am-wrapper-${PVER}.tar.bz2"
27     SRCDIR="${BUILDDIR}/am-wrapper-${PVER}"
28    
29     sminclude mbuild
30    
31     SRC_URI=( mirror://${PNAME}/${SRCFILE} )
32    
33     src_compile()
34     {
35     cd ${SRCDIR}
36     mmake || die
37     }