Magellan Linux

Annotation of /trunk/core/make/make-4.2.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28195 - (hide annotations) (download)
Thu Jun 23 13:23:54 2016 UTC (7 years, 11 months ago) by niro
File size: 393 byte(s)
auto added: ver bump to 4.2.1-r1
1 niro 28195 # $Id$
2    
3     PNAME="make"
4     PVER="4.2.1"
5     PBUILD="r1"
6    
7     PCAT="sys-dev"
8    
9     DESCRIPTION="Standard tool to compile source trees."
10     HOMEPAGE="http://www.gnu.org/software/make/make.html"
11    
12     DEPEND=">= virtual/glibc"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.bz2"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild
18    
19     SRC_URI=(
20     gnu://${PNAME}/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd_gnu ${PNAME}"