Magellan Linux

Contents of /smage/trunk/core/make/make-3.82-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1770 - (show annotations) (download)
Mon Sep 19 11:08:32 2011 UTC (12 years, 7 months ago) by niro
File size: 398 byte(s)
auto added: ver bump to 3.82-r3
1 # $Id$
2
3 PNAME="make"
4 PVER="3.82"
5 PBUILD="r3"
6
7 PCATEGORIE="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}"