[arch-commits] Commit in colord/repos (3 files)
Ionut Biru
ibiru at archlinux.org
Sat Oct 1 18:56:19 UTC 2011
Date: Saturday, October 1, 2011 @ 14:56:18
Author: ibiru
Revision: 139239
db-move: moved colord from [testing] to [extra] (x86_64)
Added:
colord/repos/extra-x86_64/
colord/repos/extra-x86_64/PKGBUILD
(from rev 139207, colord/repos/testing-x86_64/PKGBUILD)
Deleted:
colord/repos/testing-x86_64/
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: colord/repos/extra-x86_64/PKGBUILD (from rev 139207, colord/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2011-10-01 18:56:18 UTC (rev 139239)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=colord
+pkgver=0.1.12
+pkgrel=2
+pkgdesc="Color daemon"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/software/colord/"
+license=('GPL2')
+depends=('lcms2' 'sqlite3' 'polkit' 'udev' 'sane')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+sha1sums=(9bc0c4193c0f790702923e0a783962f0f26487e6)
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/colord \
+ --localstatedir=/var --disable-static --enable-sane
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list