meson: bump version.

add root parameter for setuptools.
This commit is contained in:
Jerome Duval
2017-07-04 21:25:30 +02:00
parent 1168a6a219
commit 35f3941e87
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ COPYRIGHT="2013-2017 The Meson development team"
LICENSE="Apache v2"
REVISION="1"
SOURCE_URI="https://github.com/mesonbuild/meson/releases/download/$portVersion/meson-$portVersion.tar.gz"
CHECKSUM_SHA256="890ce46e713ea0d061f8203c99fa7d38645354a62e4c207c38ade18db852cbf5"
CHECKSUM_SHA256="3d160b0514ff3d25f0a47975c6f70fd82b76c589876d10413efc5e01df43e0c2"
PATCHES="meson-$portVersion.patchset"
PYTHON_VERSION="3.6"
@@ -46,7 +46,7 @@ INSTALL()
mkdir -p $installLocation
$python setup.py install \
--prefix=$prefix
--root=/ --prefix=$prefix
mkdir -p $docDir
mv $prefix/share/man $manDir