Magellan Linux

Contents of /branches/R11-unstable/extras/check/check-0.9.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25153 - (show annotations) (download)
Tue Nov 25 03:08:17 2014 UTC (9 years, 5 months ago) by niro
File size: 407 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="check"
4 PVER="0.9.14"
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"