[arch-commits] Commit in tslib/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Jul 1 16:42:59 UTC 2020


    Date: Wednesday, July 1, 2020 @ 16:42:59
  Author: arojas
Revision: 390701

archrelease: copy trunk to testing-x86_64

Added:
  tslib/repos/testing-x86_64/
  tslib/repos/testing-x86_64/PKGBUILD
    (from rev 390700, tslib/trunk/PKGBUILD)

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

Copied: tslib/repos/testing-x86_64/PKGBUILD (from rev 390700, tslib/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2020-07-01 16:42:59 UTC (rev 390701)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=tslib
+pkgver=1.22
+pkgrel=1
+pkgdesc="Touchscreen Access Library"
+arch=(x86_64)
+url="https://github.com/kergoth/tslib"
+license=(GPL2)
+depends=(glibc)
+makedepends=()
+source=("https://github.com/kergoth/tslib/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('aaf0aed410a268d7b51385d07fe4d9d64312038e87c447ec8a24c8db0a15617a'
+            'SKIP')
+validpgpkeys=(F2082B880F9E423934686E3F500398DF5AB387D3) # Martin Kepplinger <martink at posteo.de>
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list