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

Alexander Rødseth arodseth at archlinux.org
Mon Mar 15 10:45:14 UTC 2021


    Date: Monday, March 15, 2021 @ 10:45:14
  Author: arodseth
Revision: 891471

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-15 10:45:09 UTC (rev 891470)
+++ PKGBUILD	2021-03-15 10:45:14 UTC (rev 891471)
@@ -1,30 +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.6.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=(sdl)
-source=("https://deb.debian.org/debian/pool/main/j/joystick/joystick_$pkgver.orig.tar.bz2")
-sha256sums=('e9d6b05a6c57c7eb3ec7f9f017f46b20e4b55d5a02f930eff1823a13921c5934')
-
-prepare() {
-  sed -i 's,DESTDIR)/lib,DESTDIR)$(PREFIX)/lib,g' \
-    linuxconsoletools-$pkgver/utils/Makefile
-}
-
-build() {
-  make -C linuxconsoletools-$pkgver
-}
-
-package() {
-  DESTDIR="$pkgdir" PREFIX=/usr make -C linuxconsoletools-$pkgver install
-}
-
-# vim: ts=2 sw=2 et:

Copied: joyutils/repos/community-x86_64/PKGBUILD (from rev 891470, joyutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-15 10:45:14 UTC (rev 891471)
@@ -0,0 +1,28 @@
+# 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
+}



More information about the arch-commits mailing list