Magellan Linux

Contents of /trunk/extras/meson/meson-0.48.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31571 - (show annotations) (download)
Fri Nov 30 13:30:18 2018 UTC (5 years, 4 months ago) by niro
File size: 650 byte(s)
auto added: ver bump to 0.48.2-r1
1 # $Id$
2
3 PNAME="meson"
4 PVER="0.48.2"
5 PBUILD="r1"
6
7 PCAT="dev-util"
8
9 DESCRIPTION="Open source build system."
10 HOMEPAGE="http://mesonbuild.com/"
11
12 DEPEND=">= dev-lang/python3-3.7
13 >= dev-util/ninja-1.8"
14
15 SDEPEND=">= dev-python/python3-setuptools-20"
16
17 SRCFILE="${PNAME}-${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude multilib python3
21
22 SRC_URI=(
23 https://github.com/mesonbuild/meson/releases/download/${PVER}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd https://github.com/mesonbuild/${PNAME}/releases | grep ${PNAME}- | highesttarball gz"
28
29 src_install()
30 {
31 python3_multilib_src_install --optimize=1 --skip-build || die
32 }