diff options
author | B. Stack <bgstack15@gmail.com> | 2024-11-01 19:15:23 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-11-01 19:15:23 -0400 |
commit | fbbd15171b8e39a235c621cd4772e2cbe81fb2ca (patch) | |
tree | fa83aa665593bacdd869bd3fdf0c8304217df173 /spacecadetpinball/debian/control | |
parent | scite 5.5.3 (diff) | |
download | stackrpms-fbbd15171b8e39a235c621cd4772e2cbe81fb2ca.tar.gz stackrpms-fbbd15171b8e39a235c621cd4772e2cbe81fb2ca.tar.bz2 stackrpms-fbbd15171b8e39a235c621cd4772e2cbe81fb2ca.zip |
add spacecadetpinball
Diffstat (limited to 'spacecadetpinball/debian/control')
-rw-r--r-- | spacecadetpinball/debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/spacecadetpinball/debian/control b/spacecadetpinball/debian/control new file mode 100644 index 0000000..b44a34d --- /dev/null +++ b/spacecadetpinball/debian/control @@ -0,0 +1,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. |