Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32833 - (hide annotations) (download)
Mon Apr 29 13:46:44 2019 UTC (5 years ago) by niro
File size: 502 byte(s)
-release branches/R11-unstable
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"