summaryrefslogtreecommitdiff
path: root/spacecadetpinball/debian/control
blob: b44a34db424c940b8825c19af8846a8201442e72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: spacecadetpinball
Section: games
Priority: optional
Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper-compat (= 13),
   cmake,
   libsdl2-dev,
   libsdl2-mixer-dev,
Standards-Version: 4.6.1
Homepage: https://github.com/k4zmu2a/SpaceCadetPinball
Rules-Requires-Root: no

Package: spacecadetpinball
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: 3D Pinball - Space Cadet
 A reverse-engineered engine using some of the original
 Windows-based game.
bgstack15