[arch-commits] Commit in libxinerama/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Mon Jul 9 15:11:22 UTC 2018


    Date: Monday, July 9, 2018 @ 15:11:22
  Author: andyrtr
Revision: 328148

archrelease: copy trunk to testing-x86_64

Added:
  libxinerama/repos/testing-x86_64/
  libxinerama/repos/testing-x86_64/PKGBUILD
    (from rev 328147, libxinerama/trunk/PKGBUILD)

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

Copied: libxinerama/repos/testing-x86_64/PKGBUILD (from rev 328147, libxinerama/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-07-09 15:11:22 UTC (rev 328148)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=libxinerama
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="X11 Xinerama extension library"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libxext' 'xineramaproto')
+makedepends=('xorg-util-macros')
+source=("${url}/releases/individual/lib/libXinerama-${pkgver}.tar.bz2")
+sha512sums=('cff777ad942614fbf6bc6d8529f399e62debf3ecbf6cc0694a94e38c022bf929ffd5636fb59f55533c394d89b23af3ea51fa5128927f12a85787e16239330f14')
+
+build() {
+  cd libXinerama-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libXinerama-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



More information about the arch-commits mailing list