[arch-commits] Commit in scummvm-tools/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Tue Jan 7 06:22:00 UTC 2014


    Date: Tuesday, January 7, 2014 @ 07:21:59
  Author: bpiotrowski
Revision: 103516

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

Added:
  scummvm-tools/repos/community-staging-i686/
  scummvm-tools/repos/community-staging-i686/PKGBUILD
    (from rev 103515, scummvm-tools/trunk/PKGBUILD)
  scummvm-tools/repos/community-staging-x86_64/
  scummvm-tools/repos/community-staging-x86_64/PKGBUILD
    (from rev 103515, scummvm-tools/trunk/PKGBUILD)

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

Copied: scummvm-tools/repos/community-staging-i686/PKGBUILD (from rev 103515, scummvm-tools/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-01-07 06:21:59 UTC (rev 103516)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Jérémie Dimino <jeremie at dimino.org>
+# Contributor: Sebastian Hase <sebastian_hase at gmx.de>
+# Contributor: Joe Davison <joe at thosedamnpeanuts.com>
+pkgname=scummvm-tools
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="A set of tools that enable you to convert, compress and decode game datafiles for ScummVM"
+url="http://www.scummvm.org/"
+license=('GPL')
+depends=('libpng' 'wxgtk2.8' 'flac' 'libvorbis')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('9a5c74a49707c513e8853004e3a699e4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  sed -i 's/wxgtk2-2.8-config/wx-config-2.8/' configure
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d ${pkgdir}/usr/bin
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm 644 README ${pkgdir}/usr/share/doc/scummvm-tools/README
+  install -Dm 644 convert_dxa.sh ${pkgdir}/usr/share/doc/scummvm-tools/samples/convert_dxa.sh
+}
+#vim: sw=2 ts=2 et:

Copied: scummvm-tools/repos/community-staging-x86_64/PKGBUILD (from rev 103515, scummvm-tools/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-01-07 06:21:59 UTC (rev 103516)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Jérémie Dimino <jeremie at dimino.org>
+# Contributor: Sebastian Hase <sebastian_hase at gmx.de>
+# Contributor: Joe Davison <joe at thosedamnpeanuts.com>
+pkgname=scummvm-tools
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="A set of tools that enable you to convert, compress and decode game datafiles for ScummVM"
+url="http://www.scummvm.org/"
+license=('GPL')
+depends=('libpng' 'wxgtk2.8' 'flac' 'libvorbis')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('9a5c74a49707c513e8853004e3a699e4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  sed -i 's/wxgtk2-2.8-config/wx-config-2.8/' configure
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d ${pkgdir}/usr/bin
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm 644 README ${pkgdir}/usr/share/doc/scummvm-tools/README
+  install -Dm 644 convert_dxa.sh ${pkgdir}/usr/share/doc/scummvm-tools/samples/convert_dxa.sh
+}
+#vim: sw=2 ts=2 et:




More information about the arch-commits mailing list