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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:32:12 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:32:11
  Author: heftig
Revision: 155075

db-move: moved gdl from [gnome-unstable] to [testing] (i686)

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

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

Copied: gdl/repos/testing-i686/PKGBUILD (from rev 155005, gdl/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 11:32:11 UTC (rev 155075)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gdl
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="GNOME Docking Library"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://www.gnome.org/"
+depends=('gtk3')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('82fedce869a40d36394faa441472318746f7431ae051d99ada6df206ba027f5e')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list