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

Felix Yan felixonmars at archlinux.org
Mon Jun 4 13:57:28 UTC 2018


    Date: Monday, June 4, 2018 @ 13:57:28
  Author: felixonmars
Revision: 325813

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 13:57:14 UTC (rev 325812)
+++ PKGBUILD	2018-06-04 13:57:28 UTC (rev 325813)
@@ -1,26 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libutempter
-pkgver=1.1.6
-pkgrel=2
-pkgdesc="Interface for terminal emulators such as screen and xterm to record user sessions to utmp and wtmp files"
-arch=('i686' '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.bz2)
-md5sums=('b43827806923903aba2bc7cd3a2d45b7')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  RPM_OPT_FLAGS="$CFLAGS" make
-  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 325812, libutempter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 13:57:28 UTC (rev 325813)
@@ -0,0 +1,26 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libutempter
+pkgver=1.1.6
+pkgrel=3
+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.bz2)
+sha512sums=('6ada410b981d157ae20b578de8ce20997ec0446ec6de6859549b080aa65976fc9900d211600dab09dc3d0d109daabad0994a648b093b8781b442ff26ca17fede')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  RPM_OPT_FLAGS="$CFLAGS" make
+  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