summaryrefslogtreecommitdiffstats
path: root/pkgconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'pkgconfig.py')
-rw-r--r--pkgconfig.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgconfig.py b/pkgconfig.py
new file mode 100644
index 0000000..2895ceb
--- /dev/null
+++ b/pkgconfig.py
@@ -0,0 +1,8 @@
+# Simple program to save all package information
+# into a file which can be sourced by a bash script
+
+from gluster.swift import _pkginfo as pkginfo
+
+PKGCONFIG='pkgconfig.in'
+
+pkginfo.save_config(PKGCONFIG)