Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modules
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-29 09:38:19 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-29 09:38:19 (GMT)
commit1df51c324c13178b060c4968d244677af069948d (patch)
treec16f9b73c076118eb71fbf3d13a9a51a8ee137d0 /config/modules
parentd4b64dbd3f047ea86dfbe17e149ed813e4cff6d3 (diff)
Add node
Diffstat (limited to 'config/modules')
-rw-r--r--config/modules/system.json50
1 files changed, 29 insertions, 21 deletions
diff --git a/config/modules/system.json b/config/modules/system.json
index db6f1ed..eda65a9 100644
--- a/config/modules/system.json
+++ b/config/modules/system.json
@@ -5,30 +5,38 @@
"repo": "git://github.com/dnarvaez/automake.git"
},
{
+ "name": "node",
+ "options_ev": [
+ "'--prefix=%s' % prefix"
+ ],
+ "out-of-source": false,
+ "repo": "git://github.com/joyent/node.git"
+ },
+ {
"branch": "gnome-3-4",
- "if": "gnome_version == '3.4'",
- "name": "gnome-keyring",
- "options_evaluated": [
+ "extra_options_ev": [
"'--with-pkcs11-config=%s/etc' % prefix",
"'--with-pkcs11-modules=%s/etc' % prefix"
],
+ "if": "gnome_version == '3.4'",
+ "name": "gnome-keyring",
"repo": "git://github.com/dnarvaez/gnome-keyring.git"
},
{
- "if": "gnome_version == '3.4' or distro == 'ubuntu-12.10'",
- "name": "glib",
- "options": [
+ "extra_options": [
"--disable-modular-tests"
],
+ "if": "gnome_version == '3.4' or distro == 'ubuntu-12.10'",
+ "name": "glib",
"repo": "git://git.gnome.org/glib",
"tag": "2.34.3"
},
{
- "if": "gnome_version == '3.4' or distro == 'ubuntu-12.10'",
- "name": "gobject-introspection",
- "options": [
+ "extra_options": [
"--disable-tests"
],
+ "if": "gnome_version == '3.4' or distro == 'ubuntu-12.10'",
+ "name": "gobject-introspection",
"repo": "git://git.gnome.org/gobject-introspection",
"tag": "GOBJECT_INTROSPECTION_1_34_2"
},
@@ -63,31 +71,31 @@
"tag": "3.6.2"
},
{
- "if": "gstreamer_version != '1.0'",
- "name": "gstreamer",
- "options": [
+ "extra_options": [
"--disable-gtk-doc"
],
+ "if": "gstreamer_version != '1.0'",
+ "name": "gstreamer",
"out-of-source": false,
"repo": "git://anongit.freedesktop.org/gstreamer/gstreamer",
"tag": "1.0.3"
},
{
- "if": "gstreamer_version != '1.0'",
- "name": "gst-plugins-base",
- "options": [
+ "extra_options": [
"--disable-gtk-doc"
],
+ "if": "gstreamer_version != '1.0'",
+ "name": "gst-plugins-base",
"out-of-source": false,
"repo": "git://anongit.freedesktop.org/gstreamer/gst-plugins-base",
"tag": "1.0.3"
},
{
- "if": "gstreamer_version != '1.0'",
- "name": "gst-plugins-good",
- "options": [
+ "extra_options": [
"--disable-gtk-doc"
],
+ "if": "gstreamer_version != '1.0'",
+ "name": "gst-plugins-good",
"out-of-source": false,
"repo": "git://anongit.freedesktop.org/gstreamer/gst-plugins-good",
"tag": "1.0.3"
@@ -99,11 +107,11 @@
"tag": "libxklavier-5.3"
},
{
- "if": "gnome_version == '3.4' or distro == 'ubuntu-12.10'",
- "name": "metacity",
- "options": [
+ "extra_options": [
"--disable-themes-documentation"
],
+ "if": "gnome_version == '3.4' or distro == 'ubuntu-12.10'",
+ "name": "metacity",
"repo": "git://git.gnome.org/metacity",
"tag": "METACITY_2_34_13"
}