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

Antonio Rojas arojas at gemini.archlinux.org
Thu Jun 2 20:14:17 UTC 2022


    Date: Thursday, June 2, 2022 @ 20:14:17
  Author: arojas
Revision: 447495

archrelease: copy trunk to extra-x86_64

Added:
  libutempter/repos/extra-x86_64/PKGBUILD
    (from rev 447494, libutempter/trunk/PKGBUILD)
Deleted:
  libutempter/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-02 20:13:54 UTC (rev 447494)
+++ PKGBUILD	2022-06-02 20:14:17 UTC (rev 447495)
@@ -1,27 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libutempter
-pkgver=1.2.1
-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')
-makedepends=('systemd')
-source=(ftp://ftp.altlinux.org/pub/people/ldv/utempter/$pkgname-$pkgver.tar.gz{,.asc})
-sha512sums=('d3a3bab7d2c2a68534c5ad41dd02bde849eb08df5dbb895a79b50b74d269c48c4cfcd12c4654941ccb7cdd43f486cfdc19148fa470870562f5cd324ce9782429'
-            '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"
-}

Copied: libutempter/repos/extra-x86_64/PKGBUILD (from rev 447494, libutempter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-02 20:14:17 UTC (rev 447495)
@@ -0,0 +1,27 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libutempter
+pkgver=1.2.1
+pkgrel=2
+pkgdesc="Interface for terminal emulators such as screen and xterm to record user sessions to utmp and wtmp files"
+arch=('x86_64')
+url="http://ftp.altlinux.org/pub/people/ldv/utempter"
+license=('LGPL')
+depends=('glibc')
+makedepends=('systemd')
+source=(http://ftp.altlinux.org/pub/people/ldv/utempter/$pkgname-$pkgver.tar.gz{,.asc})
+sha512sums=('d3a3bab7d2c2a68534c5ad41dd02bde849eb08df5dbb895a79b50b74d269c48c4cfcd12c4654941ccb7cdd43f486cfdc19148fa470870562f5cd324ce9782429'
+            'SKIP')
+validpgpkeys=(296D6F29A020808E8717A8842DB5BD89A340AEB7) # Dmitry V. Levin <ldv at altlinux.org>
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $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