Date: Sunday, April 28, 2013 @ 21:51:48
  Author: svenstaro
Revision: 89358

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

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

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

Copied: clanlib/repos/community-staging-i686/PKGBUILD (from rev 89357, 
clanlib/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2013-04-28 19:51:48 UTC (rev 89358)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
+
+pkgname=clanlib
+pkgver=2.3.6
+pkgrel=5
+pkgdesc="A multi-platform game development library."
+arch=('i686' 'x86_64')
+url="http://clanlib.org/";
+license=('zlib')
+depends=('alsa-lib' 'libjpeg' 'libmikmod' 'libpng' 'libvorbis' 'libxi' 
'libxmu' 'sdl_gfx' 'freetype2' 'pcre' 'sqlite' 'libgl')
+makedepends=('doxygen' 'graphviz' 'mesa')
+options=('!libtool')
+source=(http://clanlib.org/download/releases-2.0/ClanLib-${pkgver}.tgz)
+md5sums=('aa037a8a6297fb0b2efd927b1b15e8de')
+
+build() { 
+       cd ${srcdir}/ClanLib-${pkgver}
+
+       ./configure --prefix=/usr --enable-docs --disable-clanGL1
+
+       make
+  # Somehow this breaks. :(
+       #make html
+}
+
+package() {
+       cd ${srcdir}/ClanLib-${pkgver}
+
+       make DESTDIR=${pkgdir} install
+       #make DESTDIR=${pkgdir} install-html
+
+       install -d ${pkgdir}/usr/share/licenses/${pkgname}
+       install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+# vim: sw=2:ts=2 et:

Copied: clanlib/repos/community-staging-x86_64/PKGBUILD (from rev 89357, 
clanlib/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-28 19:51:48 UTC (rev 89358)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
+
+pkgname=clanlib
+pkgver=2.3.6
+pkgrel=5
+pkgdesc="A multi-platform game development library."
+arch=('i686' 'x86_64')
+url="http://clanlib.org/";
+license=('zlib')
+depends=('alsa-lib' 'libjpeg' 'libmikmod' 'libpng' 'libvorbis' 'libxi' 
'libxmu' 'sdl_gfx' 'freetype2' 'pcre' 'sqlite' 'libgl')
+makedepends=('doxygen' 'graphviz' 'mesa')
+options=('!libtool')
+source=(http://clanlib.org/download/releases-2.0/ClanLib-${pkgver}.tgz)
+md5sums=('aa037a8a6297fb0b2efd927b1b15e8de')
+
+build() { 
+       cd ${srcdir}/ClanLib-${pkgver}
+
+       ./configure --prefix=/usr --enable-docs --disable-clanGL1
+
+       make
+  # Somehow this breaks. :(
+       #make html
+}
+
+package() {
+       cd ${srcdir}/ClanLib-${pkgver}
+
+       make DESTDIR=${pkgdir} install
+       #make DESTDIR=${pkgdir} install-html
+
+       install -d ${pkgdir}/usr/share/licenses/${pkgname}
+       install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+# vim: sw=2:ts=2 et:

Reply via email to