module PKGConfig

def variable(pkg, name)

def variable(pkg, name)
  package_config(pkg).variable(name)
end