Magellan Linux

Contents of /trunk/core/automake/automake-10-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33402 - (show annotations) (download)
Fri Jul 14 22:30:46 2023 UTC (10 months, 3 weeks ago) by niro
File size: 405 byte(s)
-toolchain rebuild
1 # $Id$
2
3 PNAME="automake"
4 PVER="10"
5 PBUILD="r2"
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/automake116-1.16"
14
15 SRCFILE="am-wrapper-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/am-wrapper-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
21
22 src_compile()
23 {
24 cd ${SRCDIR}
25 mmake || die
26 }