[arch-commits] Commit in xaw3d/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 16 10:27:34 UTC 2020


    Date: Saturday, May 16, 2020 @ 10:27:34
  Author: felixonmars
Revision: 384126

archrelease: copy trunk to staging-x86_64

Added:
  xaw3d/repos/staging-x86_64/
  xaw3d/repos/staging-x86_64/PKGBUILD
    (from rev 384125, xaw3d/trunk/PKGBUILD)

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

Copied: xaw3d/repos/staging-x86_64/PKGBUILD (from rev 384125, xaw3d/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 10:27:34 UTC (rev 384126)
@@ -0,0 +1,29 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=xaw3d
+pkgver=1.6.3
+pkgrel=2
+pkgdesc="Three-D Athena widgets"
+arch=('x86_64')
+url="https://directory.fsf.org/project/xaw3d/"
+license=('MIT')
+depends=('libxmu')
+makedepends=('xorg-util-macros')
+source=(https://xorg.freedesktop.org/archive/individual/lib/libXaw3d-${pkgver}.tar.bz2{,.sig})
+sha512sums=('f79f997ff8442563c74f38c7d76fab2c9253691743ca3143047ce698adb4c126d02dc968be7bdc79ab3052b785fd705375d2f01171e3a3266736beb531c91424'
+            'SKIP')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner <mattst88 at gmail.com>"
+
+build() {
+  cd libXaw3d-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd libXaw3d-${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