diff gub/specs/guile-glib-spawn.py @ 6458:bc406b3f7312

guile-glib-spawn: new package.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Mon, 31 Jan 2011 15:03:55 +0100
parents
children 37af50338b18
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gub/specs/guile-glib-spawn.py	Mon Jan 31 15:03:55 2011 +0100
@@ -0,0 +1,10 @@
+from gub import target
+
+class Guile_glib_spawn (target.AutoBuild):
+    source = 'http://lilypond.org/download/gub-sources/guile-glib-spawn-0.1.tar.gz'
+    dependencies = [
+        'guile',
+        'glib',
+        'tools::libtool',
+        ]
+    subpackage_names = ['']