Magellan Linux

Contents of /branches/R11-stable/extras/check/check-0.9.12-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20823 - (show annotations) (download)
Tue Feb 11 09:54:53 2014 UTC (10 years, 2 months ago) by niro
File size: 407 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="check"
4 PVER="0.9.12"
5 PBUILD="r2"
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"