summaryrefslogtreecommitdiffstats
path: root/pkgconfig.py
blob: 9434e3a3c8af086e92dafd9e0a797170f410322a (plain)
1
2
3
4
5
6
7
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)