From dee9f17b595ea903a982d31d1124b302bb17e2ff Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jul 2013 00:58:52 -0700 Subject: Wed Jul 17 00:58:51 PDT 2013 --- community/instead/PKGBUILD | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 community/instead/PKGBUILD (limited to 'community/instead/PKGBUILD') diff --git a/community/instead/PKGBUILD b/community/instead/PKGBUILD deleted file mode 100644 index 77b579cd4..000000000 --- a/community/instead/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 94126 2013-07-14 18:31:12Z spupykin $ -# Maintainer: Sergej Pupykin -# Contributor: Peter Kosyh - -pkgname=instead -pkgver=1.9.1 -pkgrel=2 -pkgdesc="a quest interpreter" -arch=('i686' 'x86_64') -url="http://sourceforge.net/projects/instead/" -license=('GPL') -depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua') -optdepends=('instead-launcher: install and update INSTEAD games from net') -source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz) -md5sums=('fe925715e48ce06ddce9eeeec380b881') - -build() { - cd "${srcdir}/instead-${pkgver}" - echo "2" | ./configure.sh - make PREFIX=/usr -} - -package() { - cd "${srcdir}/instead-${pkgver}" - make DESTDIR="${pkgdir}" PREFIX=/usr install - - cp -a doc/*.{html,txt,pdf} doc/examples $pkgdir/usr/share/doc/instead/ -} -- cgit v1.2.3-54-g00ecf