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

Felix Yan fyan at archlinux.org
Sun Dec 6 22:25:57 UTC 2015


    Date: Sunday, December 6, 2015 @ 23:25:57
  Author: fyan
Revision: 149286

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

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

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

Copied: guichan/repos/community-staging-i686/PKGBUILD (from rev 149285, guichan/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-06 22:25:57 UTC (rev 149286)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Bjørn Lindeijer <bjorn at lindeijer.nl>
+
+pkgname=guichan
+pkgver=0.8.2
+pkgrel=5
+pkgdesc="A portable C++ GUI library designed for games using Allegro, SDL and/or OpenGL."
+arch=('i686' 'x86_64')
+url="http://guichan.sourceforge.net/"
+license=('BSD')
+makedepends=('sdl_image' 'allegro4' 'libgl' 'glut')
+options=('!strip')
+source=(http://guichan.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('eedf206eae5201eaae027b133226d0793ab9a287bfd74c5f82c7681e3684eeab')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  CXXFLAGS="-g" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  
+  make prefix="${pkgdir}"/usr install
+
+# Install the license, as required for BSD
+  install -m644 -D COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: guichan/repos/community-staging-x86_64/PKGBUILD (from rev 149285, guichan/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-06 22:25:57 UTC (rev 149286)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Bjørn Lindeijer <bjorn at lindeijer.nl>
+
+pkgname=guichan
+pkgver=0.8.2
+pkgrel=5
+pkgdesc="A portable C++ GUI library designed for games using Allegro, SDL and/or OpenGL."
+arch=('i686' 'x86_64')
+url="http://guichan.sourceforge.net/"
+license=('BSD')
+makedepends=('sdl_image' 'allegro4' 'libgl' 'glut')
+options=('!strip')
+source=(http://guichan.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('eedf206eae5201eaae027b133226d0793ab9a287bfd74c5f82c7681e3684eeab')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  CXXFLAGS="-g" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  
+  make prefix="${pkgdir}"/usr install
+
+# Install the license, as required for BSD
+  install -m644 -D COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list