Magellan Linux

Contents of /branches/R11-unstable/extras/cmocka/cmocka-1.1.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32846 - (show annotations) (download)
Mon Apr 29 13:48:29 2019 UTC (5 years ago) by niro
File size: 518 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="cmocka"
4 PVER="1.1.3"
5 PBUILD="r1"
6
7 PCAT="dev-util"
8
9 DESCRIPTION="cmocka is an elegant unit testing framework for C with support for mock objects."
10 HOMEPAGE="https://cmocka.org/"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.xz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude multilib cmake
18
19 SRC_URI=(
20 https://git.cryptomilk.org/projects/cmocka.git/snapshot/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd https://git.cryptomilk.org/projects/cmocka.git/ | highesttarball xz"