From 4d57da10f1380564af05c99c62624987ff907696 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Thu, 13 May 2010 00:07:38 +0200 Subject: games/kobodeluxe: Removed from 13.0 repository --- games/kobodeluxe/README | 6 ---- games/kobodeluxe/doinst.sh | 3 -- games/kobodeluxe/kobodeluxe.SlackBuild | 62 --------------------------------- games/kobodeluxe/kobodeluxe.desktop | 8 ----- games/kobodeluxe/kobodeluxe.info | 8 ----- games/kobodeluxe/kobodeluxe.png | Bin 5240 -> 0 bytes games/kobodeluxe/slack-desc | 19 ---------- 7 files changed, 106 deletions(-) delete mode 100644 games/kobodeluxe/README delete mode 100644 games/kobodeluxe/doinst.sh delete mode 100644 games/kobodeluxe/kobodeluxe.SlackBuild delete mode 100644 games/kobodeluxe/kobodeluxe.desktop delete mode 100644 games/kobodeluxe/kobodeluxe.info delete mode 100644 games/kobodeluxe/kobodeluxe.png delete mode 100644 games/kobodeluxe/slack-desc (limited to 'games') 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 Binary files a/games/kobodeluxe/kobodeluxe.png and /dev/null 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: -- cgit v1.2.3