Magellan Linux

Contents of /smage/branches/alx07x-unstable/extras/check/check-0.10.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11010 - (show annotations) (download)
Thu Aug 31 09:06:02 2017 UTC (6 years, 7 months ago) by niro
File size: 407 byte(s)
-release branches/alx07x-unstable
1 # $Id$
2
3 PNAME="check"
4 PVER="0.10.0"
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"