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

Jan de Groot jgc at archlinux.org
Fri Dec 26 20:47:13 UTC 2008


    Date: Friday, December 26, 2008 @ 15:47:13
  Author: jgc
Revision: 22461

fix conflict

Added:
  libdmx/repos/extra-x86_64/COPYING
    (from rev 22460, libdmx/trunk/COPYING)
  libdmx/repos/extra-x86_64/PKGBUILD
Modified:
  libdmx/repos/extra-x86_64/	(properties)

----------+
 COPYING  |   32 ++++++++++++++++++++++++++++++++
 PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)


Property changes on: libdmx/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /libdmx/trunk:1
   + /libdmx/trunk:1-22460

Copied: libdmx/repos/extra-x86_64/COPYING (from rev 22460, libdmx/trunk/COPYING)
===================================================================
--- extra-x86_64/COPYING	                        (rev 0)
+++ extra-x86_64/COPYING	2008-12-26 20:47:13 UTC (rev 22461)
@@ -0,0 +1,32 @@
+/*
+ * Copyright 2002-2004 Red Hat Inc., Durham, North Carolina.
+ *
+ * All Rights Reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining
+ * a copy of this software and associated documentation files (the
+ * "Software"), to deal in the Software without restriction, including
+ * without limitation on the rights to use, copy, modify, merge,
+ * publish, distribute, sublicense, and/or sell copies of the Software,
+ * and to permit persons to whom the Software is furnished to do so,
+ * subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice (including the
+ * next paragraph) shall be included in all copies or substantial
+ * portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NON-INFRINGEMENT.  IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS
+ * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ */
+
+/*
+ * Authors:
+ *   Rickard E. (Rik) Faith <faith at redhat.com>
+ *
+ */

Added: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2008-12-26 20:47:13 UTC (rev 22461)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 22460 2008-12-26 20:46:05Z jgc $
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libdmx
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="X11 Distributed Multihead extension library"
+arch=('x86_64' 'i686')
+url="http://xorg.freedesktop.org/"
+license=('custom')
+depends=('dmxproto' 'libxext')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2
+	COPYING)
+md5sums=('4d866967210d06098fc9f302ed4c79b1'
+	 'ab8509955c3dd4c65fac728e1b367bc4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man || return 1
+  make || return 1
+  make DESTDIR="${pkgdir}" install || return 1
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 "${srcdir}/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
+}




More information about the arch-commits mailing list