Blame dosbox.yaml

109f9f2
---
109f9f2
document: modulemd
109f9f2
version: 2
109f9f2
data:
109f9f2
  summary: x86/DOS emulator with sound and graphics
109f9f2
  description: >-
109f9f2
    DOSBox is a DOS-emulator using SDL for easy portability to different platforms.
109f9f2
    DOSBox has already been ported to several different platforms, such as Windows,
109f9f2
    BeOS, Linux, Mac OS X... DOSBox emulates a 286/386 realmode CPU, Directory FileSystem/XMS/EMS,
109f9f2
    a SoundBlaster card for excellent sound compatibility with older games... You
109f9f2
    can "re-live" the good old days with the help of DOSBox, it can run plenty of
109f9f2
    the old classics that don't run on your new computer!
109f9f2
  license:
109f9f2
    module:
109f9f2
    - MIT
109f9f2
  dependencies:
109f9f2
  - buildrequires:
06c8726
      flatpak-common: [f33]
06c8726
      flatpak-runtime: [f33]
06c8726
      platform: [f33]
109f9f2
    requires:
06c8726
      flatpak-common: [f33]
06c8726
      flatpak-runtime: [f33]
06c8726
      platform: [f33]
109f9f2
  profiles:
109f9f2
    default:
109f9f2
      rpms:
109f9f2
      - dosbox
109f9f2
  components:
109f9f2
    rpms:
109f9f2
      SDL_net:
109f9f2
        rationale: Runtime dependency
06c8726
        ref: f33
109f9f2
      SDL_sound:
109f9f2
        rationale: Runtime dependency
06c8726
        ref: f33
109f9f2
      dosbox:
109f9f2
        rationale: Application package
06c8726
        ref: f33
109f9f2
        buildorder: 10
dc0d22f
      libmikmod:
dc0d22f
        rationale: Runtime dependency
06c8726
        ref: f33
109f9f2
      libmodplug:
109f9f2
        rationale: Runtime dependency
06c8726
        ref: f33
109f9f2
      physfs:
109f9f2
        rationale: Runtime dependency
06c8726
        ref: f33
109f9f2
...