Date: Tuesday, May 5, 2015 @ 12:51:07
  Author: spupykin
Revision: 132758

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  instead/repos/community-staging-i686/
  instead/repos/community-staging-i686/PKGBUILD
    (from rev 132757, instead/trunk/PKGBUILD)
  instead/repos/community-staging-x86_64/
  instead/repos/community-staging-x86_64/PKGBUILD
    (from rev 132757, instead/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: instead/repos/community-staging-i686/PKGBUILD (from rev 132757, 
instead/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-05-05 10:51:07 UTC (rev 132758)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Peter Kosyh <p.kosyhgmail.com>
+
+pkgname=instead
+pkgver=2.2.3
+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=('8bee01d435e240e4e7585e3b96393313')
+
+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/
+}

Copied: instead/repos/community-staging-x86_64/PKGBUILD (from rev 132757, 
instead/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-05-05 10:51:07 UTC (rev 132758)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Peter Kosyh <p.kosyhgmail.com>
+
+pkgname=instead
+pkgver=2.2.3
+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=('8bee01d435e240e4e7585e3b96393313')
+
+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/
+}

Reply via email to