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

Andreas Radke andyrtr at archlinux.org
Sun Jan 15 18:01:32 UTC 2017


    Date: Sunday, January 15, 2017 @ 18:01:31
  Author: andyrtr
Revision: 286639

archrelease: copy trunk to extra-x86_64

Added:
  xaw3d/repos/extra-x86_64/PKGBUILD
    (from rev 286638, xaw3d/trunk/PKGBUILD)
Deleted:
  xaw3d/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-15 18:01:20 UTC (rev 286638)
+++ PKGBUILD	2017-01-15 18:01:31 UTC (rev 286639)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=xaw3d
-pkgver=1.6.2
-pkgrel=2
-pkgdesc="Three-D Athena widgets"
-arch=('i686' 'x86_64')
-url="http://directory.fsf.org/project/xaw3d/"
-license=('MIT')
-depends=('libxmu')
-makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/lib/libXaw3d-${pkgver}.tar.bz2)
-sha1sums=('0b1db72e9d5be0edae57cda213860c0289fac12f')
-
-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}/"
-}

Copied: xaw3d/repos/extra-x86_64/PKGBUILD (from rev 286638, xaw3d/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-15 18:01:31 UTC (rev 286639)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=xaw3d
+pkgver=1.6.2
+pkgrel=2
+pkgdesc="Three-D Athena widgets"
+arch=('i686' '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)
+sha1sums=('0b1db72e9d5be0edae57cda213860c0289fac12f')
+
+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