]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - meson/meson.nm
meson: Update to 0.64.1
[ipfire-3.x.git] / meson / meson.nm
index b7a6871557c28efcefc7604ee23b08c97bb05b3c..75c0ba085cb270a99d04853b5dafedc1d429a40b 100644 (file)
@@ -4,12 +4,12 @@
 ###############################################################################
 
 name       = meson
-version    = 0.50.1
+version    = 0.64.1
 release    = 1
 arch      = noarch
 
 groups     = Applications/System
-url        = http://mesonbuild.com/
+url        = https://mesonbuild.com/
 license    = ASL 2.0
 summary    = High productivity build system
 
@@ -30,6 +30,7 @@ build
                gcc-c++
                gettext
                ninja-build >= 1.5
+               python3
                python3-devel >= 3.5
                python3-setuptools
        end
@@ -40,11 +41,6 @@ build
 
        install
                %{python3} setup.py install -O1 --skip-build --root %{BUILDROOT}
-
-               # Install pakfire macro.
-               mkdir -p %{BUILDROOT}/usr/lib/pakfire/macros
-               install -v -m 644 %{DIR_SOURCE}/%{name}.macro \
-                       %{BUILDROOT}/usr/lib/pakfire/macros
        end
 end