mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
meson: bump version.
add root parameter for setuptools.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user