From bc0ccec3685ede2cb56b17c08df6917637c6f60f Mon Sep 17 00:00:00 2001 From: Nicolas Reynolds Date: Thu, 2 Jun 2011 10:51:37 -0300 Subject: Removed more evil repos --- community-testing/frogatto/PKGBUILD | 46 ----------------------------- community-testing/frogatto/frogatto | 3 -- community-testing/frogatto/frogatto.desktop | 11 ------- 3 files changed, 60 deletions(-) delete mode 100644 community-testing/frogatto/PKGBUILD delete mode 100644 community-testing/frogatto/frogatto delete mode 100644 community-testing/frogatto/frogatto.desktop (limited to 'community-testing/frogatto') diff --git a/community-testing/frogatto/PKGBUILD b/community-testing/frogatto/PKGBUILD deleted file mode 100644 index 434ddd9fb..000000000 --- a/community-testing/frogatto/PKGBUILD +++ /dev/null @@ -1,46 +0,0 @@ -# $Id: PKGBUILD 47897 2011-05-26 00:34:36Z svenstaro $ -# Maintainer: Sven-Hendrik Haase -# Contributor: Tom Wambold - -pkgname='frogatto' -arch=('i686' 'x86_64') -pkgver=1.1 -pkgrel=3 -pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog" -url="http://www.frogatto.com" -license=('GPL') -depends=('libgl' 'mesa' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 'boost-libs' 'frogatto-data') -makedepends=('boost') -source=(http://www.frogatto.com/files/$pkgname-$pkgver.tar.bz2 - frogatto - frogatto.desktop) -md5sums=('8c01c8a1d7ecf820a682eb684d8bf739' - '9ed2c9ea59e95fe3c0b3ad49e58f8890' - 'e31563b04748a39292a59aaad633ff58') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - sed -i 's/ccache //g' Makefile - sed -i 's/-lprofiler//g' Makefile - sed -i 's/-lboost_regex-mt/-lboost_regex/g' Makefile - sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile - sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile - sed -i 's/-lboost_iostreams-mt/-lboost_iostreams/g' Makefile - make game server -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - install -D -m755 game $pkgdir/opt/frogatto/game - install -D -m755 server $pkgdir/opt/frogatto/server - - install -D -m644 LICENSE $pkgdir/usr/share/licenses/frogatto/LICENSE - - cd $srcdir - install -DT -m755 frogatto $pkgdir/usr/bin/frogatto - install -D -m644 frogatto.desktop $pkgdir/usr/share/applications/frogatto.desktop -} - -# vim:set ts=2 sw=2 et: diff --git a/community-testing/frogatto/frogatto b/community-testing/frogatto/frogatto deleted file mode 100644 index 0d741e0de..000000000 --- a/community-testing/frogatto/frogatto +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -cd /opt/frogatto -exec /opt/frogatto/game $* diff --git a/community-testing/frogatto/frogatto.desktop b/community-testing/frogatto/frogatto.desktop deleted file mode 100644 index b0795467a..000000000 --- a/community-testing/frogatto/frogatto.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Frogatto -GenericName=Old-school 2D platformer -Comment=Old-school 2D platformer -Exec=/usr/bin/frogatto -Terminal=false -MultipleArgs=false -Type=Application -Icon=/opt/frogatto/images/window-icon.png -Categories=Game;ArcadeGame -- cgit v1.2.3-54-g00ecf