Magellan Linux

Contents of /branches/R11-unstable/extras/meson/meson-0.49.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32571 - (show annotations) (download)
Mon Apr 29 13:11:05 2019 UTC (5 years ago) by niro
File size: 677 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="meson"
4 PVER="0.49.0"
5 PBUILD="r1"
6
7 PCAT="dev-util"
8
9 DESCRIPTION="Open source build system."
10 HOMEPAGE="http://mesonbuild.com/"
11
12 # setuptools are required at runtime
13 DEPEND=">= dev-lang/python3-3.7
14 >= dev-util/ninja-1.8
15 >= 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 }