summaryrefslogtreecommitdiff
path: root/gnome-unstable/colord
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-10-17 14:16:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-10-17 14:16:38 +0000
commite1b3d592f43a99f4ed7c91971deda6ce8414dd69 (patch)
tree38fecdc19b201d4d28df13c22e9b3b45bb469e4b /gnome-unstable/colord
parentd286d980d2ff42151e9bc81ec348c864c24f9cc4 (diff)
Mon Oct 17 14:16:38 UTC 2011
Diffstat (limited to 'gnome-unstable/colord')
-rw-r--r--gnome-unstable/colord/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/gnome-unstable/colord/PKGBUILD b/gnome-unstable/colord/PKGBUILD
deleted file mode 100644
index 307286006..000000000
--- a/gnome-unstable/colord/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 136856 2011-09-02 13:05:04Z heftig $
-# Maintainer: Ionut Biru <ibiru@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: