Magellan Linux

Annotation of /trunk/extras/check/check-0.10.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26893 - (hide annotations) (download)
Wed Aug 12 06:54:36 2015 UTC (8 years, 10 months ago) by niro
File size: 407 byte(s)
auto added: ver bump to 0.10.0-r1
1 niro 26893 # $Id$
2    
3     PNAME="check"
4     PVER="0.10.0"
5     PBUILD="r1"
6    
7     PCAT="dev-util"
8    
9     DESCRIPTION="Check is a unit testing framework for C."
10     HOMEPAGE="http://check.sourceforge.net/"
11    
12     DEPEND=">= sys-apps/gawk-4"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude multilib
18    
19     SRC_URI=(
20     sourceforge://${PNAME}/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd_sourceforge ${PNAME} gz"