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

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


    Date: Sunday, April 1, 2012 @ 07:30:36
  Author: heftig
Revision: 155011

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

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

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

Copied: atk/repos/testing-x86_64/PKGBUILD (from rev 155005, atk/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-01 11:30:36 UTC (rev 155011)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=atk
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="A library providing a set of interfaces for accessibility"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+url='http://www.gtk.org/'
+sha256sums=('091e9ce975a9fbbc7cd8fa64c9c389ffb7fa6cdde58b6d5c01b2c267093d888d')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list