Magellan Linux

Contents of /trunk/extras/cmocka/cmocka-1.1.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33231 - (show annotations) (download)
Mon Oct 21 08:54:10 2019 UTC (4 years, 6 months ago) by niro
File size: 518 byte(s)
auto added: ver bump to 1.1.5-r1
1 # $Id$
2
3 PNAME="cmocka"
4 PVER="1.1.5"
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"