Add Wicd
[hvlinux.git] / stage5 / pkg / dbus-python
diff --git a/stage5/pkg/dbus-python b/stage5/pkg/dbus-python
new file mode 100644 (file)
index 0000000..491430a
--- /dev/null
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+hvbuild()
+{
+    cd ${SRC_DIR}
+    mkdir python2
+    pushd python2
+    PYTHON=/usr/bin/python \
+        ../configure \
+        --prefix=/usr
+    make
+    popd
+    make -C python2 install
+}