Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pkg-config.py « packages - github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e387748d612226c319633b5c871d16186eb89c4 (plain)
1
2
3
4
5
package = FreeDesktopPackage('%{name}', 'pkg-config', '0.27',
                             configure_flags=["--with-internal-glib"])

if package.profile.name == 'darwin':
    package.m64_only = True