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

libgdiplus.py « MacSDK « packaging - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c81fc62459369732498211ba9b5084e11bd888e (plain)
1
2
3
4
5
6
7
8
GitHubTarballPackage(
    'mono',
    'libgdiplus',
    '5.6',
    'f07965ec5fc2b22bfb300d5fef410d25ae472a34',
    configure='CFLAGS="%{gcc_flags} %{local_gcc_flags} -I/opt/X11/include" ./autogen.sh --prefix="%{package_prefix}"',
    override_properties={
        'make': 'C_INCLUDE_PATH="" make'})