mirror of
https://github.com/not-kennethreitz/super-sphere2.git
synced 2026-06-21 15:30:58 +00:00
51 lines
1.5 KiB
Plaintext
51 lines
1.5 KiB
Plaintext
Source: love@LOVE_SUFFIX@
|
|
Section: games
|
|
Priority: extra
|
|
Maintainer: Bart van Strien <bart.bes@gmail.com>
|
|
Build-Depends: debhelper (>= 9),
|
|
dh-autoreconf,
|
|
pkg-config,
|
|
libtool,
|
|
g++ (>= 4.7.0),
|
|
libfreetype6-dev,
|
|
luajit,
|
|
libluajit-5.1-dev,
|
|
libmodplug-dev,
|
|
libmpg123-dev,
|
|
libopenal-dev,
|
|
libphysfs-dev,
|
|
libsdl2-dev (>= 2.0.1),
|
|
libogg-dev,
|
|
libvorbis-dev,
|
|
libtheora-dev,
|
|
zlib1g-dev
|
|
Standards-Version: 3.9.5
|
|
Homepage: http://love2d.org
|
|
|
|
Package: liblove@LOVE_SUFFIX@0
|
|
Section: libs
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Depends: ${misc:Depends},
|
|
${shlibs:Depends}
|
|
Description: 2D game engine - runtime
|
|
LOVE is a free 2D game engine which enables easy game creation in Lua.
|
|
|
|
Package: love@LOVE_SUFFIX@
|
|
Architecture: any
|
|
Depends: ${misc:Depends},
|
|
${shlibs:Depends}
|
|
Description: 2D game engine
|
|
LOVE is a free 2D game engine which enables easy game creation in Lua.
|
|
|
|
Package: liblove@LOVE_SUFFIX@-dbg
|
|
Priority: extra
|
|
Section: debug
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: ${misc:Depends},
|
|
liblove@LOVE_SUFFIX@0 (= ${binary:Version})
|
|
Description: 2D game engine - debug symbols
|
|
LOVE is a free 2D game engine which enables easy game creation in Lua.
|