[arch-commits] Commit in (6 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Oct 23 11:59:46 UTC 2013


    Date: Wednesday, October 23, 2013 @ 13:59:46
  Author: arodseth
Revision: 99045

The IO programming language

Added:
  io/
  io/repos/
  io/repos/community-i686/
  io/repos/community-x86_64/
  io/trunk/
  io/trunk/PKGBUILD

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Added: io/trunk/PKGBUILD
===================================================================
--- io/trunk/PKGBUILD	                        (rev 0)
+++ io/trunk/PKGBUILD	2013-10-23 11:59:46 UTC (rev 99045)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Gergely Imreh <imrehg(at)gmail(dot)com>
+ 
+pkgname=io
+pkgver=2011.09.12
+pkgrel=1
+pkgdesc='IO programming language'
+arch=('x86_64' 'i686')
+url='http://iolanguage.com/'
+license=('BSD')
+depends=('pcre' 'libsndfile' 'libxmu' 'freetype2' 'libedit' 'libxml2' 'libtiff' 'libevent' 'yajl' 'libmysqlclient' 'lzo2' 'libpng' 'python2' 'util-linux' 'freeglut' 'libjpeg-turbo' 'libtheora')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/stevedekorte/io/tarball/$pkgver")
+options=('!makeflags' '!buildflags')
+sha256sums=('7b4cb97a0aa3abb562703e1dbfe46925c22820eeca6969865b979c397799d092')
+
+build() {
+  mkdir -p stevedekorte-io-23afbcc/build
+  cd stevedekorte-io-23afbcc/build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd stevedekorte-io-23afbcc/build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../license/bsd_license.txt \
+    "$pkgdir/usr/share/licenses/$pkgname/bsd_license.txt"
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: io/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list