summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rw-r--r--packaging/deb/control12
-rwxr-xr-xpackaging/deb/deb-build.sh41
-rw-r--r--packaging/deb/r2
-rw-r--r--packaging/deb/tuxanci-ng.desktop9
4 files changed, 0 insertions, 64 deletions
diff --git a/packaging/deb/control b/packaging/deb/control
deleted file mode 100644
index 8d7ddd0..0000000
--- a/packaging/deb/control
+++ /dev/null
@@ -1,12 +0,0 @@
-Package: tuxanci-ng
-Version: svn68
-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: 4630
-Maintainer: Dušan Ďurech <dusan.d@centrum.sk>
-Description: Game tuxanci next generation SVN revision 68
- Game tuxanci next generation SVN revision 68
- .
- http://www.tuxanci.org
diff --git a/packaging/deb/deb-build.sh b/packaging/deb/deb-build.sh
deleted file mode 100755
index d471748..0000000
--- a/packaging/deb/deb-build.sh
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/bin/sh
-
-PROJECT="tuxanci-ng"
-TMP_DIR="tmp"
-DEB_ARCH="i386"
-DEB_NAME="tuxanci-ng_svn"
-
-SRC_DIR="../../.."
-
-rm -rf $TMP_DIR
-
-
-mkdir $TMP_DIR
-mkdir $TMP_DIR/DEBIAN
-mkdir $TMP_DIR/usr
-mkdir $TMP_DIR/usr/bin
-mkdir $TMP_DIR/usr/share
-mkdir $TMP_DIR/usr/share/applications
-
-cp control $TMP_DIR/DEBIAN/
-cp $PROJECT.desktop $TMP_DIR/usr/share/applications
-
-cd $TMP_DIR
-
-echo -e "2.0\n" > DEBIAN/debian-binary
-
-mv $SRC_DIR/config.h $SRC_DIR/zal_config.h
-mv $SRC_DIR/deb_config.h $SRC_DIR/config.h
-
-make -C $SRC_DIR clean
-make -C $SRC_DIR
-make -C $SRC_DIR DESTDIR="./packaging/deb/$TMP_DIR/usr" install;
-
-mv $SRC_DIR/config.h $SRC_DIR/deb_config.h
-mv $SRC_DIR/zal_config.h $SRC_DIR/config.h
-
-md5sum `find ./ -type f | awk '/.\// { print substr($0, 3) }'` > DEBIAN/md5sums
-
-cd ..
-rm -rf *.deb
-dpkg -b ./$TMP_DIR $DEB_NAME`cat r`_$DEB_ARCH.deb
diff --git a/packaging/deb/r b/packaging/deb/r
deleted file mode 100644
index 3817d24..0000000
--- a/packaging/deb/r
+++ /dev/null
@@ -1,2 +0,0 @@
-68
-
diff --git a/packaging/deb/tuxanci-ng.desktop b/packaging/deb/tuxanci-ng.desktop
deleted file mode 100644
index 45ed4b0..0000000
--- a/packaging/deb/tuxanci-ng.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=tuxanci-ng
-Comment=game tuxanci next generation
-Exec=/usr/bin/tuxanci-ng
-Terminal=false
-Type=Application
-Icon=/usr/share/tuxanci-ng/image/tuxanci.png
-Encoding=UTF-8
-Categories=Game