summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:38 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:38 +0200
commit4d57da10f1380564af05c99c62624987ff907696 (patch)
tree2dc31c0461f7ad1928294f1b96a7e7650d32b1ed /games
parent4828692769029ada2aeb97d7a7cc0266bdacb7d9 (diff)
downloadslackbuilds-4d57da10f1380564af05c99c62624987ff907696.tar.gz
slackbuilds-4d57da10f1380564af05c99c62624987ff907696.tar.xz
games/kobodeluxe: Removed from 13.0 repository
Diffstat (limited to 'games')
-rw-r--r--games/kobodeluxe/README6
-rw-r--r--games/kobodeluxe/doinst.sh3
-rw-r--r--games/kobodeluxe/kobodeluxe.SlackBuild62
-rw-r--r--games/kobodeluxe/kobodeluxe.desktop8
-rw-r--r--games/kobodeluxe/kobodeluxe.info8
-rw-r--r--games/kobodeluxe/kobodeluxe.pngbin5240 -> 0 bytes
-rw-r--r--games/kobodeluxe/slack-desc19
7 files changed, 0 insertions, 106 deletions
diff --git a/games/kobodeluxe/README b/games/kobodeluxe/README
deleted file mode 100644
index c250f907d6..0000000000
--- a/games/kobodeluxe/README
+++ /dev/null
@@ -1,6 +0,0 @@
-Kobo Deluxe is an enhanced version of Akira Higuchi's game XKobo.
-It adds sound, smoother animation, high resolution support, OpenGL
-acceleration (optional), an intuitive menu driven user interface,
-joystick support and other features. Kobo Deluxe uses SDL for
-graphics, sound and input.
-
diff --git a/games/kobodeluxe/doinst.sh b/games/kobodeluxe/doinst.sh
deleted file mode 100644
index ef0cf43a90..0000000000
--- a/games/kobodeluxe/doinst.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database usr/share/applications &> /dev/null
-fi
diff --git a/games/kobodeluxe/kobodeluxe.SlackBuild b/games/kobodeluxe/kobodeluxe.SlackBuild
deleted file mode 100644
index caffbcba79..0000000000
--- a/games/kobodeluxe/kobodeluxe.SlackBuild
+++ /dev/null
@@ -1,62 +0,0 @@
-#!/bin/sh -eu
-
-# Slackware build script for Kobo Deluxe
-# Written by Erik Hanson erik@slackbuilds.org
-
-PRGNAM=KoboDeluxe
-PKGNAM=kobodeluxe
-VERSION=0.5.1
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-fi
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
-cd $PRGNAM-$VERSION
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --mandir=/usr/man \
- --sharedstatedir=/var/games \
- --enable-static=no
-
-make
-make install DESTDIR=$PKG
-
-find $PKG | xargs file | egrep "ELF.*executable" | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-find $PKG/usr/man -type f -exec gzip -9 {} \;
-
-mkdir -p $PKG/usr/share/{applications,pixmaps}
-cat $CWD/$PKGNAM.png > $PKG/usr/share/pixmaps/$PKGNAM.png
-cat $CWD/$PKGNAM.desktop > $PKG/usr/share/applications/$PKGNAM.desktop
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a COPYING COPYING.LIB ChangeLog README* TODO $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PKGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PKGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-cat $CWD/doinst.sh > $PKG/install/doinst.sh
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PKGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/games/kobodeluxe/kobodeluxe.desktop b/games/kobodeluxe/kobodeluxe.desktop
deleted file mode 100644
index 26b33849e4..0000000000
--- a/games/kobodeluxe/kobodeluxe.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Kobo Deluxe
-GenericName=Kobo Deluxe, a retro arcade-style game
-Exec=kobodl
-Icon=kobodeluxe.png
-Type=Application
-Categories=Application;Game;Arcade
diff --git a/games/kobodeluxe/kobodeluxe.info b/games/kobodeluxe/kobodeluxe.info
deleted file mode 100644
index db9d4eaa00..0000000000
--- a/games/kobodeluxe/kobodeluxe.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="kobodeluxe"
-VERSION="0.5.1"
-HOMEPAGE="http://olofson.net/kobodl/"
-DOWNLOAD="http://olofson.net/kobodl/download/KoboDeluxe-0.5.1.tar.bz2"
-MD5SUM="cb5dcdaf07ccad18a921058138dedc4a"
-MAINTAINER="Erik Hanson"
-EMAIL="erik@slackbuilds.org"
-APPROVED="dsomero"
diff --git a/games/kobodeluxe/kobodeluxe.png b/games/kobodeluxe/kobodeluxe.png
deleted file mode 100644
index 617d0216e2..0000000000
--- a/games/kobodeluxe/kobodeluxe.png
+++ /dev/null
Binary files differ
diff --git a/games/kobodeluxe/slack-desc b/games/kobodeluxe/slack-desc
deleted file mode 100644
index e216c01536..0000000000
--- a/games/kobodeluxe/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-kobodeluxe: Kobo Deluxe (retro arcade-style game)
-kobodeluxe:
-kobodeluxe: Kobo Deluxe is an enhanced version of Akira Higuchi's game XKobo.
-kobodeluxe: It adds sound, smoother animation, high resolution support, OpenGL
-kobodeluxe: acceleration (optional), an intuitive menu driven user interface,
-kobodeluxe: joystick support and other features. Kobo Deluxe uses SDL for
-kobodeluxe: graphics, sound and input.
-kobodeluxe:
-kobodeluxe: http://olofson.net/kobodl/
-kobodeluxe:
-kobodeluxe: