mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
Merge pull request #5897 from Sir-Boops/nodejs-update
nodejs: update to 7.7.1
This commit is contained in:
commit
e6fe17d017
1 changed files with 5 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nodejs'
|
# Template file for 'nodejs'
|
||||||
pkgname=nodejs
|
pkgname=nodejs
|
||||||
version=7.6.0
|
version=7.7.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=node-v${version}
|
wrksrc=node-v${version}
|
||||||
hostmakedepends="pkg-config python icu"
|
hostmakedepends="pkg-config python icu"
|
||||||
|
@ -11,9 +11,11 @@ depends="python"
|
||||||
short_desc="Evented I/O for V8 javascript"
|
short_desc="Evented I/O for V8 javascript"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://nodejs.org/"
|
homepage="https://nodejs.org/"
|
||||||
distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
|
distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
|
||||||
checksum=809e80265e332fe1a8268e5a73eb219c356810fe86c69fd2d931c52e07211970
|
checksum=9e87ec5420d558ca9651d13b10dd4a1be954fea0fc7a909016a1cc4aedfa651c
|
||||||
|
# TODO: Fix cross compiling
|
||||||
|
nocross="https://api.travis-ci.org/jobs/208411830/log.txt?deansi=true"
|
||||||
|
|
||||||
build_options="ssl libuv http_parser"
|
build_options="ssl libuv http_parser"
|
||||||
desc_option_libuv="Enable shared libuv"
|
desc_option_libuv="Enable shared libuv"
|
||||||
|
@ -22,11 +24,6 @@ build_options_default="libuv http_parser"
|
||||||
|
|
||||||
replaces="iojs>=0"
|
replaces="iojs>=0"
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
|
||||||
# Cross compiling is currently broken
|
|
||||||
broken=https://build.voidlinux.eu/builders/armv7l_builder/builds/28955/steps/shell_3/logs/stdio
|
|
||||||
fi
|
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
local _args
|
local _args
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue