From b3353a82da64f18f1a7787004a31e45edf40dc87 Mon Sep 17 00:00:00 2001 From: tobigun Date: Fri, 31 Oct 2008 15:55:19 +0000 Subject: unicode branch added git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1492 b956fd51-792f-4845-bead-9b4dfca2ff2c --- unicode/dists/debian/package_debian.sh | 32 ++++++++++++++++++++++++++++++++ unicode/dists/debian/ultrastardx.control | 17 +++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 unicode/dists/debian/package_debian.sh create mode 100644 unicode/dists/debian/ultrastardx.control (limited to 'unicode/dists/debian') diff --git a/unicode/dists/debian/package_debian.sh b/unicode/dists/debian/package_debian.sh new file mode 100644 index 00000000..bdb341a2 --- /dev/null +++ b/unicode/dists/debian/package_debian.sh @@ -0,0 +1,32 @@ +# This script should be run post-compile +# and i should move files to the correct location for packaging ... ( for DEB package ) + +rm -fr ../../../deb-package +rm -fr ../../../packages +clear + +mkdir ../../../packages + +mkdir ../../../deb-package +mkdir ../../../deb-package/DEBIAN +mkdir ../../../deb-package/usr +mkdir ../../../deb-package/usr/local +mkdir ../../../deb-package/usr/local/share +mkdir ../../../deb-package/usr/local/share/UltraStarDeluxe +mkdir ../../../deb-package/usr/bin + +cp ../../UltraStar ../../../deb-package/usr/bin/UltraStarDeluxe + +cp -a ../../Themes/ ../../../deb-package/usr/local/share/UltraStarDeluxe/ +cp -a ../../Sounds/ ../../../deb-package/usr/local/share/UltraStarDeluxe/ +cp -a ../../Skins/ ../../../deb-package/usr/local/share/UltraStarDeluxe/ +cp -a ../../Languages/ ../../../deb-package/usr/local/share/UltraStarDeluxe/ + +cp UltraStarDeluxe.control ../../../deb-package/DEBIAN/control + +cd ../../../ + +dpkg-deb --build ./deb-package +mv deb-package.deb ./packages/UltraStarDeluxe_1.1_i386.deb + +rm -fr ../../../deb-package diff --git a/unicode/dists/debian/ultrastardx.control b/unicode/dists/debian/ultrastardx.control new file mode 100644 index 00000000..82c2cfb4 --- /dev/null +++ b/unicode/dists/debian/ultrastardx.control @@ -0,0 +1,17 @@ +Package: ultrastardx +Priority: optional +Section: games +Installed-Size: 18400 +Maintainer: Jay Binks +Architecture: i386 +Version: 1.1.1 +Depends: libc6 (>= 2.1), libsdl1.2debian-alsa, libportaudio2, libavcodec1d, libavformat1d, libswscale1d, libsqlite3-0, libfreetype6, libsdl-image1.2 +Description: + Karaoke Software. + It evaluates your singing by analyzing your voice pitch. + Songs can be created with integrated Editor. + . + http://www.ultrastardeluxe.org/ + + + -- cgit v1.2.3