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

Antonio Rojas arojas at archlinux.org
Wed May 13 16:50:46 UTC 2020


    Date: Wednesday, May 13, 2020 @ 16:50:45
  Author: arojas
Revision: 383335

archrelease: copy trunk to testing-x86_64

Added:
  libutempter/repos/testing-x86_64/
  libutempter/repos/testing-x86_64/PKGBUILD
    (from rev 383334, libutempter/trunk/PKGBUILD)

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

Copied: libutempter/repos/testing-x86_64/PKGBUILD (from rev 383334, libutempter/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2020-05-13 16:50:45 UTC (rev 383335)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libutempter
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Interface for terminal emulators such as screen and xterm to record user sessions to utmp and wtmp files"
+arch=('x86_64')
+url="ftp://ftp.altlinux.org/pub/people/ldv/utempter"
+license=('LGPL')
+depends=('glibc')
+source=(ftp://ftp.altlinux.org/pub/people/ldv/utempter/$pkgname-$pkgver.tar.gz{,.asc})
+sha512sums=('24b9fb59269b48bfee397520907c74746a7a38cf12cc002a8adcdd930460036caea7c72fe47b93badf678dc8306786bf4d87f23ee696a524bfc93722ea1eed23'
+            'SKIP')
+validpgpkeys=(296D6F29A020808E8717A8842DB5BD89A340AEB7) # Dmitry V. Levin <ldv at altlinux.org>
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  chown root:utmp "$pkgdir/usr/lib/utempter/utempter"
+  chmod 2755 "$pkgdir/usr/lib/utempter/utempter"
+}



More information about the arch-commits mailing list