[arch-commits] Commit in shared-color-targets/repos (testing-any testing-any/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Nov 6 10:07:39 UTC 2016


    Date: Sunday, November 6, 2016 @ 10:07:39
  Author: arojas
Revision: 279887

archrelease: copy trunk to testing-any

Added:
  shared-color-targets/repos/testing-any/
  shared-color-targets/repos/testing-any/PKGBUILD
    (from rev 279886, shared-color-targets/trunk/PKGBUILD)

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

Copied: shared-color-targets/repos/testing-any/PKGBUILD (from rev 279886, shared-color-targets/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2016-11-06 10:07:39 UTC (rev 279887)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=shared-color-targets
+pkgver=0.1.7
+pkgrel=1
+pkgdesc="Shared color targets for creating color profiles"
+arch=('any')
+url="http://github.com/hughsie/shared-color-targets"
+license=('GPL2')
+source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
+sha1sums=('83ed1ba347c52401675f83b2c7d0b67034d3928a')
+
+
+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