[arch-commits] Commit in joyutils/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:34:58 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:34:58
  Author: felixonmars
Revision: 659794

archrelease: copy trunk to community-staging-x86_64

Added:
  joyutils/repos/community-staging-x86_64/
  joyutils/repos/community-staging-x86_64/PKGBUILD
    (from rev 659793, joyutils/trunk/PKGBUILD)

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

Copied: joyutils/repos/community-staging-x86_64/PKGBUILD (from rev 659793, joyutils/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 17:34:58 UTC (rev 659794)
@@ -0,0 +1,30 @@
+# 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:



More information about the arch-commits mailing list