Blob Blame History Raw
---
document: modulemd
version: 2
data:
  summary: The Open Racing Car Simulator
  description: >-
    TORCS is a 3D racing cars simulator using OpenGL.  The goal is to have programmed
    robots drivers racing against each others.  You can also drive yourself with either
    a wheel, keyboard or mouse.
  license:
    module:
    - MIT
  dependencies:
  - buildrequires:
      flatpak-common: [f33]
      flatpak-runtime: [f33]
      platform: [f33]
    requires:
      flatpak-common: [f33]
      flatpak-runtime: [f33]
      platform: [f33]
  profiles:
    default:
      rpms:
      - torcs
  components:
    rpms:
      freealut:
        rationale: Runtime dependency
        ref: f33
      plib:
        rationale: Runtime dependency
        ref: f33
      torcs:
        rationale: Application package
        ref: f33
        buildorder: 10
      torcs-data:
        rationale: Runtime dependency
        ref: f33
...