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

Alexander Rødseth arodseth at archlinux.org
Mon Feb 18 14:00:04 UTC 2019


    Date: Monday, February 18, 2019 @ 14:00:01
  Author: arodseth
Revision: 434235

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-18 13:58:45 UTC (rev 434234)
+++ PKGBUILD	2019-02-18 14:00:01 UTC (rev 434235)
@@ -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=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=(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 434234, joyutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-18 14:00:01 UTC (rev 434235)
@@ -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=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=(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