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

Andreas Radke andyrtr at archlinux.org
Wed Mar 7 19:13:44 UTC 2018


    Date: Wednesday, March 7, 2018 @ 19:13:43
  Author: andyrtr
Revision: 318003

archrelease: copy trunk to testing-x86_64

Added:
  xorg-twm/repos/testing-x86_64/
  xorg-twm/repos/testing-x86_64/PKGBUILD
    (from rev 318002, xorg-twm/trunk/PKGBUILD)

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

Copied: xorg-twm/repos/testing-x86_64/PKGBUILD (from rev 318002, xorg-twm/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-03-07 19:13:43 UTC (rev 318003)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-twm
+pkgver=1.0.10
+pkgrel=1
+pkgdesc="Tab Window Manager for the X Window System"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/"
+backup=(usr/share/X11/twm/system.twmrc)
+license=('custom')
+depends=('libxmu')
+makedepends=('xorg-util-macros')
+options=('!emptydirs')
+source=(${url}/releases/individual/app/twm-${pkgver}.tar.bz2{,.sig})
+sha512sums=('1280683fce7ebbf5670239cb1f3cee2b40612bd9850d98827e793cf8bf298bdb58e48387cab943ea6befc6f7b34da2567353c22b8eaeb8bcf1b9e303cd7e6a9e'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith at oracle.com>
+
+build() {
+  cd twm-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd twm-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list