Updated gyp recipe to latest release

This commit is contained in:
Humdinger
2016-09-19 17:55:24 +02:00
parent a329c51392
commit e2c6067690

View File

@@ -1,13 +1,12 @@
SUMMARY="Generate Your Projects (GYP) is a build automation tool"
DESCRIPTION="GYP is created by Google to generate native IDE project files \
(such as Visual Studio and Xcode) for building the Chromium web browser and is \
licensed as open source software using the BSD software license."
(such as Visual Studio and Xcode) for building the Chromium web browser."
HOMEPAGE="https://chromium.googlesource.com/external/gyp/"
COPYRIGHT="2012 Google Inc."
LICENSE="BSD (2-clause)"
REVISION="2"
SOURCE_URI="https://chromium.googlesource.com/external/gyp/+archive/2b086540aeedaf4d233766fd14fb674af1bc321d.tar.gz"
CHECKSUM_SHA256="8eef449971dd922155cf108da5d138130e003b1a2448223d1246f4096429c4e6"
REVISION="1"
SOURCE_URI="https://chromium.googlesource.com/external/gyp/+archive/702ac58e477214c635d9b541932e75a95d349352.tar.gz"
CHECKSUM_SHA256="76464353502cfd09b4350e92b061b61ff77aebdf7267e8217c6b99114958c2cb"
SOURCE_DIR=""
ARCHITECTURES="x86 x86_gcc2 x86_64"
@@ -23,10 +22,10 @@ REQUIRES="
"
BUILD_REQUIRES="
haiku_devel
python_setuptools
"
BUILD_PREREQUIRES="
haiku_devel
cmd:python
"