summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-29 00:51:05 +0200
committermh <mh@immerda.ch>2009-05-29 00:51:05 +0200
commit4976a7396e89d0887206f380dd82fbe4ac28a039 (patch)
tree5ad17ebdbe862bd04b8ff84043958fe720692adf
parent2b0787308013a124f3d12873632db90e0302ce40 (diff)
added swig lib
-rw-r--r--manifests/swig.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/swig.pp b/manifests/swig.pp
new file mode 100644
index 0000000..5e524cb
--- /dev/null
+++ b/manifests/swig.pp
@@ -0,0 +1,6 @@
+# i dunno if this is the right place, but can't think of any other currently
+class gcc::swig {
+ package{'swig':
+ ensure => installed,
+ }
+}