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

Sergej Pupykin spupykin at nymeria.archlinux.org
Sun Jul 14 17:42:17 UTC 2013


    Date: Sunday, July 14, 2013 @ 19:42:17
  Author: spupykin
Revision: 94123

archrelease: copy trunk to community-i686

Added:
  instead/repos/community-i686/PKGBUILD
    (from rev 94122, instead/trunk/PKGBUILD)
Deleted:
  instead/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-14 17:42:05 UTC (rev 94122)
+++ PKGBUILD	2013-07-14 17:42:17 UTC (rev 94123)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Peter Kosyh <p.kosyhgmail.com>
-
-pkgname=instead
-pkgver=1.9.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=('e6ef7cdac1daf3b3795dcd309d028468')
-
-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/
-}

Copied: instead/repos/community-i686/PKGBUILD (from rev 94122, instead/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-07-14 17:42:17 UTC (rev 94123)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Peter Kosyh <p.kosyhgmail.com>
+
+pkgname=instead
+pkgver=1.9.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=('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/
+}




More information about the arch-commits mailing list