[arch-commits] Commit in shared-color-profiles (3 files)

Ionut Biru ibiru at archlinux.org
Mon Dec 5 12:55:18 UTC 2011


    Date: Monday, December 5, 2011 @ 07:55:18
  Author: ibiru
Revision: 144380

archrelease: copy trunk to extra-any

Added:
  shared-color-profiles/repos/
  shared-color-profiles/repos/extra-any/
  shared-color-profiles/repos/extra-any/PKGBUILD
    (from rev 144379, shared-color-profiles/trunk/PKGBUILD)

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

Copied: shared-color-profiles/repos/extra-any/PKGBUILD (from rev 144379, shared-color-profiles/trunk/PKGBUILD)
===================================================================
--- repos/extra-any/PKGBUILD	                        (rev 0)
+++ repos/extra-any/PKGBUILD	2011-12-05 12:55:18 UTC (rev 144380)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=shared-color-profiles
+pkgver=0.1.5
+pkgrel=1
+pkgdesc="Shared color profiles are used in color management aware applications"
+arch=('any')
+url="http://github.com/hughsie/shared-color-profiles"
+license=('GPL2')
+source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.gz)
+options=('!libtool')
+sha1sums=('621a5bfe7466ab54a6b3e135fdd0580610f61163')
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  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