diff options
author | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-01-08 11:53:22 +0000 |
---|---|---|
committer | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-01-08 11:53:22 +0000 |
commit | cdee9af63e2c7d3d6a7bfab152d197a4f1cdca03 (patch) | |
tree | b88f9c8a498535c29095a96c2265f2d153b5f380 | |
parent | fb3b651ca7238b25ad1f6f3873ad7293b68fe4e6 (diff) | |
download | usdx-cdee9af63e2c7d3d6a7bfab152d197a4f1cdca03.tar.gz usdx-cdee9af63e2c7d3d6a7bfab152d197a4f1cdca03.tar.xz usdx-cdee9af63e2c7d3d6a7bfab152d197a4f1cdca03.zip |
added my dodgey control file :)
( for deb packaging )
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@756 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r-- | Game/Code/UltraStarDeluxe.control | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Game/Code/UltraStarDeluxe.control b/Game/Code/UltraStarDeluxe.control new file mode 100644 index 00000000..0fc4bf10 --- /dev/null +++ b/Game/Code/UltraStarDeluxe.control @@ -0,0 +1,9 @@ +Package: UltraStar-Deluxe
+Priority: optional
+Section: games
+Installed-Size: 45
+Maintainer: Jay Binks <jaybinks@gmail.com>
+Architecture: i386
+Version: 1.1.1
+Depends: libc6 (>= 2.1), libavcodec, libavformat, libsqlite3, libsdl-ttf2.0, libsdl-image1.2, portaudio19
+Description: Ultrastar is a Karaoke game for the pc, similar to SingStar
|