[arch-commits] Commit in joyutils/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Apr 9 10:49:39 UTC 2021


    Date: Friday, April 9, 2021 @ 10:49:39
  Author: arodseth
Revision: 915257

archrelease: copy trunk to community-x86_64

Added:
  joyutils/repos/community-x86_64/PKGBUILD
    (from rev 915256, joyutils/trunk/PKGBUILD)
Deleted:
  joyutils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-09 10:49:34 UTC (rev 915256)
+++ PKGBUILD	2021-04-09 10:49:39 UTC (rev 915257)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Arkham <arkham at archlinux.us>
-# Contributor: dirty_d <andrew2085 at gmail.com>
-
-pkgname=joyutils
-pkgver=1.7.1
-pkgrel=1
-pkgdesc='jscal, jstest, and jsattach utilities for the Linux joystick driver'
-arch=(x86_64)
-license=(GPL)
-url='https://packages.debian.org/sid/joystick'
-conflicts=(linuxconsole)
-depends=(awk sdl2)
-source=("https://deb.debian.org/debian/pool/main/j/joystick/joystick_$pkgver.orig.tar.bz2")
-sha256sums=('bd4d4b7e37da02fc67e47ddf20b6f1243c0a7af7b02b918d5e72138ea8727547')
-
-prepare() {
-  ln -sf "linuxconsoletools-$pkgver" $pkgname
-  sed -i 's,IR)/lib,IR)$(PREFIX)/lib,g' $pkgname/utils/Makefile
-}
-
-build() {
-  make -C $pkgname
-}
-
-package() {
-  DESTDIR="$pkgdir" PREFIX=/usr make -C $pkgname install
-}

Copied: joyutils/repos/community-x86_64/PKGBUILD (from rev 915256, joyutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-09 10:49:39 UTC (rev 915257)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: loqs
+# Contributor: Arkham <arkham at archlinux.us>
+# Contributor: dirty_d <andrew2085 at gmail.com>
+
+pkgname=joyutils
+pkgver=1.7.1
+pkgrel=2
+pkgdesc='jscal, jstest, and jsattach utilities for the Linux joystick driver'
+arch=(x86_64)
+license=(GPL)
+url='https://packages.debian.org/sid/joystick'
+conflicts=(linuxconsole)
+depends=(sdl2)
+source=("https://deb.debian.org/debian/pool/main/j/joystick/joystick_$pkgver.orig.tar.bz2")
+b2sums=('e05d04454fefdd4009d0c75f1caf2e6675a8e5f494f6f2f491f4de3c57101a6323b4de5795fccb9fd6a557a1e7bf4befa312661b022ed0503da83ac4dd3ab7c5')
+
+prepare() {
+  ln -sf "linuxconsoletools-$pkgver" $pkgname
+  sed -i 's,IR)/lib,IR)$(PREFIX)/lib,g' $pkgname/utils/Makefile
+}
+
+build() {
+  PREFIX=/usr make -C $pkgname
+}
+
+package() {
+  DESTDIR="$pkgdir" PREFIX=/usr make -C $pkgname install
+}



More information about the arch-commits mailing list