Magellan Linux

Annotation of /branches/R11-unstable/extras/dejagnu/dejagnu-1.6.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31714 - (hide annotations) (download)
Thu Dec 6 10:35:18 2018 UTC (5 years, 5 months ago) by niro
Original Path: trunk/extras/dejagnu/dejagnu-1.6.2-r1.smage2
File size: 502 byte(s)
auto added: ver bump to 1.6.2-r1
1 niro 31714 # $Id$
2    
3     PNAME="dejagnu"
4     PVER="1.6.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"