[arch-commits] Commit in libutempter/repos (4 files)

Jan de Groot jgc at archlinux.org
Tue Dec 11 10:23:46 UTC 2012


    Date: Tuesday, December 11, 2012 @ 05:23:45
  Author: jgc
Revision: 173114

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libutempter/repos/extra-i686/
  libutempter/repos/extra-i686/PKGBUILD
    (from rev 173113, libutempter/trunk/PKGBUILD)
  libutempter/repos/extra-x86_64/
  libutempter/repos/extra-x86_64/PKGBUILD
    (from rev 173113, libutempter/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: libutempter/repos/extra-i686/PKGBUILD (from rev 173113, libutempter/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-12-11 10:23:45 UTC (rev 173114)
@@ -0,0 +1,26 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libutempter
+pkgver=1.1.6
+pkgrel=1
+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 173113, libutempter/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-12-11 10:23:45 UTC (rev 173114)
@@ -0,0 +1,26 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libutempter
+pkgver=1.1.6
+pkgrel=1
+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"
+}




More information about the arch-commits mailing list