[arch-commits] Commit in vala/repos (3 files)

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:37:38 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:37:37
  Author: heftig
Revision: 155282

db-move: moved vala from [gnome-unstable] to [testing] (x86_64)

Added:
  vala/repos/testing-x86_64/
  vala/repos/testing-x86_64/PKGBUILD
    (from rev 155005, vala/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  vala/repos/gnome-unstable-x86_64/

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

Copied: vala/repos/testing-x86_64/PKGBUILD (from rev 155005, vala/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-01 11:37:37 UTC (rev 155282)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Timm Preetz <timm at preetz.us>
+
+pkgname=vala
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="Compiler for the GObject type system"
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Vala"
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3adb37aa2b35e2e2daed47552e85dbcbf752c0f7768b269d856993620073a657')
+
+build() {
+    cd "$srcdir/$pkgname-$pkgver"
+    ./configure --prefix=/usr --enable-vapigen
+    make
+}
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list