Magellan Linux

Annotation of /branches/R11-stable/extras/dejagnu/dejagnu-1.5.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24232 - (hide annotations) (download)
Fri Feb 20 09:31:45 2015 UTC (9 years, 3 months ago) by niro
File size: 502 byte(s)
-release branches/R11-stable
1 niro 23987 # $Id$
2    
3     PNAME="dejagnu"
4     PVER="1.5.2"
5     PBUILD="r1"
6    
7     PCAT="dev-util"
8    
9     DESCRIPTION="DejaGnu is a framework for testing other programs."
10     HOMEPAGE="http://www.gnu.org/software/dejagnu/"
11    
12     DEPEND=">= dev-util/expect-5"
13     SDEPEND=">= sys-apps/texinfo-5"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild
19     # requires itself to run checks - crazy
20     msetfeature '!check'
21    
22     SRC_URI=(
23     gnu://${PNAME}/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     UP2DATE="updatecmd_gnu ${PNAME} gz"