Magellan Linux

Contents of /smage/branches/alx08x-unstable/extras/meson/meson-1.1.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16555 - (show annotations) (download)
Mon Oct 2 14:05:36 2023 UTC (8 months, 1 week ago) by niro
File size: 699 byte(s)
-release branches/alx08x-unstable
1 # $Id$
2
3 PNAME="meson"
4 PVER="1.1.1"
5 PBUILD="r1"
6
7 PCAT="dev-util"
8
9 DESCRIPTION="Open source build system."
10 HOMEPAGE="http://mesonbuild.com/"
11
12 # setuptools, cmake are required at runtime
13 DEPEND=">= dev-lang/python3-3.11
14 >= dev-util/ninja-1.11
15 >= dev-util/cmake-3.14"
16
17 SDEPEND=">= dev-python/python3-flit-core-3.9
18 >= dev-python/python3-wheel-0.40
19 >= dev-python/python3-setuptools-68"
20
21 SRCFILE="${PNAME}-${PVER}.tar.gz"
22 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
23
24 sminclude python3
25
26 SRC_URI=(
27 https://github.com/mesonbuild/meson/releases/download/${PVER}/${SRCFILE}
28 mirror://${PNAME}/${SRCFILE}
29 )
30
31 UP2DATE="updatecmd https://github.com/mesonbuild/${PNAME}/releases | grep ${PNAME}- | highesttarball gz"