Magellan Linux

Contents of /smage/trunk/extras/check/check-0.10.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11785 - (show annotations) (download)
Fri Jan 12 10:18:17 2018 UTC (6 years, 3 months ago) by niro
File size: 414 byte(s)
auto added: ver bump to 0.10.0-r3
1 # $Id$
2
3 PNAME="check"
4 PVER="0.10.0"
5 PBUILD="r3"
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 mbuild
18
19 SRC_URI=(
20 sourceforge://${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd_sourceforge ${PNAME} gz"