Magellan Linux

Contents of /smage/trunk/extras/meson/meson-0.51.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13082 - (show annotations) (download)
Tue Jun 25 11:23:09 2019 UTC (4 years, 10 months ago) by niro
File size: 677 byte(s)
auto added: ver bump to 0.51.0-r1
1 # $Id$
2
3 PNAME="meson"
4 PVER="0.51.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.6
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 }