Magellan Linux

Contents of /branches/R11-unstable/extras/ninja/ninja-1.8.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29770 - (show annotations) (download)
Wed Oct 11 08:37:11 2017 UTC (6 years, 7 months ago) by niro
Original Path: trunk/extras/ninja/ninja-1.8.2-r1.smage2
File size: 549 byte(s)
auto added: ver bump to 1.8.2-r1
1 # $Id$
2
3 PNAME="ninja"
4 PVER="1.8.2"
5 PBUILD="r1"
6
7 PCAT="dev-util"
8
9 DESCRIPTION="Ninja is a small build system with a focus on speed."
10 HOMEPAGE="https://ninja-build.org/"
11
12 DEPEND=">= virtual/glibc
13 >= sys-libs/libstdc++-6.3"
14
15 SDEPEND=">= dev-lang/python-2.7"
16
17 SRCFILE="v${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude python
21
22 SRC_URI=(
23 https://github.com/ninja-build/${PNAME}/archive/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2SEPERATOR="v"
28 UP2DATE="updatecmd https://github.com/ninja-build/${PNAME}/releases | highesttarball gz"