[arch-commits] Commit in instead/repos/community-x86_64 (PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jan 28 11:19:00 UTC 2014


    Date: Tuesday, January 28, 2014 @ 12:19:00
  Author: spupykin
Revision: 104923

archrelease: copy trunk to community-x86_64

Added:
  instead/repos/community-x86_64/PKGBUILD
    (from rev 104922, instead/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: instead/repos/community-x86_64/PKGBUILD (from rev 104922, instead/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-01-28 11:19:00 UTC (rev 104923)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Peter Kosyh <p.kosyhgmail.com>
+
+pkgname=instead
+pkgver=2.0.1
+pkgrel=1
+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=('28adadd80c3726ebd3856aa3fa372ea3')
+
+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,pdf} doc/instead.txt doc/examples $pkgdir/usr/share/doc/instead/
+}




More information about the arch-commits mailing list