summaryrefslogtreecommitdiff
path: root/packaging/deb
diff options
context:
space:
mode:
authorscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-28 19:05:16 +0000
committerscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-28 19:05:16 +0000
commit2e0eed03ccb879d4920dfe49d80da0df4fea3928 (patch)
treeca87ba816a1b4eb8f1f69fcc2e6d702ae521c431 /packaging/deb
parent7597c89d20f9cb9f943ea44a219baecec791f70d (diff)
- uprava build.sh "neotestovana!"
git-svn-id: http://opensvn.csie.org/tuxanci_ng@257 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'packaging/deb')
-rwxr-xr-xpackaging/deb/build.sh32
-rw-r--r--packaging/deb/control12
-rw-r--r--packaging/deb/tuxanci.desktop9
3 files changed, 0 insertions, 53 deletions
diff --git a/packaging/deb/build.sh b/packaging/deb/build.sh
deleted file mode 100755
index 6d5a56e..0000000
--- a/packaging/deb/build.sh
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/bin/sh
-
-rm -rf tmp
-
-mkdir tmp
-mkdir tmp/DEBIAN
-
-mkdir tmp/usr/
-mkdir tmp/usr/games
-mkdir tmp/usr/games/lib
-mkdir tmp/usr/games/share
-mkdir tmp/usr/share/
-mkdir tmp/usr/share/applications/
-
-echo "2.0" > tmp/DEBIAN/debian-binary
-cp control tmp/DEBIAN
-cp tuxanci.desktop tmp/usr/share/applications/
-
-cd ../..
-
-rm CMakeCache.txt
-make clean
-cmake . -DDebug=1 -DCMAKE_INSTALL_PREFIX=/usr/games -DCMAKE_DATA_PATH=/usr/games/share -DCMAKE_CONF_PATH=/etc -DLIB_INSTALL_DIR=/usr/games/lib
-make DESTDIR=./packaging/deb/tmp/ install
-
-cd ./packaging/deb
-
-cd tmp
-md5sum `find . -type f | awk '/.\// { print substr($0, 3) }'` > DEBIAN/md5sums
-cd ..
-
-dpkg-deb -b tmp tuxanci_svn-1_i386.deb
diff --git a/packaging/deb/control b/packaging/deb/control
deleted file mode 100644
index 5874d37..0000000
--- a/packaging/deb/control
+++ /dev/null
@@ -1,12 +0,0 @@
-Package: tuxanci
-Version: 0.20.0
-Section: Game
-Priority: optional
-Depends: libc6 (>= 2.2.4-4), libsdl1.2debian (>= 1.2), libsdl-image1.2 (>= 1.2), libsdl-mixer1.2 (>= 1.2), libsdl-ttf2.0-0 (>= 2.0)
-Architecture: i386
-Installed-Size: 4993
-Maintainer: Dušan Ďurech <dusan.d@centrum.sk>
-Description: Game tuxanci next generation version 0.20.0 SVN revision
- Game tuxanci next generation SVN revision
- .
- http://www.tuxanci.org
diff --git a/packaging/deb/tuxanci.desktop b/packaging/deb/tuxanci.desktop
deleted file mode 100644
index f34fcde..0000000
--- a/packaging/deb/tuxanci.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=tuxanci-svn
-Comment=game tuxanci
-Exec=/usr/games/bin/tuxanci-svn
-Terminal=false
-Type=Application
-Icon=/usr/games/share/tuxanci-svn/images/tuxanci.png
-Encoding=UTF-8
-Categories=Game