module PKGConfig

def exist?(pkg)

def exist?(pkg)
  package_config(pkg).exist?
end