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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Tue Apr 30 03:23:21 UTC 2013


    Date: Tuesday, April 30, 2013 @ 05:23:21
  Author: foutrelis
Revision: 89558

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

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

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

Copied: allegro/repos/community-staging-i686/PKGBUILD (from rev 89557, allegro/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-04-30 03:23:21 UTC (rev 89558)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: arjan <arjan at archlinux.org>
+
+pkgname=allegro
+pkgver=5.0.9
+pkgrel=3
+pkgdesc='Portable library mainly aimed at video game and multimedia programming'
+arch=('x86_64' 'i686')
+url='http://alleg.sourceforge.net/'
+license=('custom')
+makedepends=('cmake' 'mesa-libgl' 'glu')
+depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse')
+source=("http://downloads.sourceforge.net/alleg/$pkgname-$pkgver.tar.gz")
+sha256sums=('ba28ac307023f1c756f1c421086f81d1e19ec5f09412d5848303c64177a20bd5')
+
+build() {
+  cd "$srcdir"
+
+  mkdir build
+  cd build
+  cmake "../$pkgname-$pkgver" \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWANT_DOCS=OFF \
+    -DWANT_PHYSFS=ON
+  make
+}
+
+package() {
+  cd "$srcdir/build"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../$pkgname-$pkgver/LICENSE.txt" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: allegro/repos/community-staging-x86_64/PKGBUILD (from rev 89557, allegro/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-04-30 03:23:21 UTC (rev 89558)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: arjan <arjan at archlinux.org>
+
+pkgname=allegro
+pkgver=5.0.9
+pkgrel=3
+pkgdesc='Portable library mainly aimed at video game and multimedia programming'
+arch=('x86_64' 'i686')
+url='http://alleg.sourceforge.net/'
+license=('custom')
+makedepends=('cmake' 'mesa-libgl' 'glu')
+depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse')
+source=("http://downloads.sourceforge.net/alleg/$pkgname-$pkgver.tar.gz")
+sha256sums=('ba28ac307023f1c756f1c421086f81d1e19ec5f09412d5848303c64177a20bd5')
+
+build() {
+  cd "$srcdir"
+
+  mkdir build
+  cd build
+  cmake "../$pkgname-$pkgver" \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWANT_DOCS=OFF \
+    -DWANT_PHYSFS=ON
+  make
+}
+
+package() {
+  cd "$srcdir/build"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../$pkgname-$pkgver/LICENSE.txt" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list