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

Daniel Micay thestinger at nymeria.archlinux.org
Wed Apr 30 05:45:32 UTC 2014


    Date: Wednesday, April 30, 2014 @ 07:45:32
  Author: thestinger
Revision: 110446

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

Added:
  whowatch/repos/community-i686/
  whowatch/repos/community-i686/PKGBUILD
    (from rev 110445, whowatch/trunk/PKGBUILD)
  whowatch/repos/community-x86_64/
  whowatch/repos/community-x86_64/PKGBUILD
    (from rev 110445, whowatch/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   23 +++++++++++++++++++++++
 community-x86_64/PKGBUILD |   23 +++++++++++++++++++++++
 2 files changed, 46 insertions(+)

Copied: whowatch/repos/community-i686/PKGBUILD (from rev 110445, whowatch/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-30 05:45:32 UTC (rev 110446)
@@ -0,0 +1,23 @@
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Nezmer <me at nezmer.info>
+pkgname=whowatch
+pkgver=1.8.5
+pkgrel=1
+pkgdesc='Displays information about the users currently logged on to the machine in real time'
+arch=(i686  x86_64)
+url="http://wizard.ae.krakow.pl/~mike/#whowatch"
+license=('GPL2')
+depends=(ncurses)
+source=(http://wizard.ae.krakow.pl/~mike/download/$pkgname-$pkgver.tar.gz)
+md5sums=('8304e8907c7d9e585beda9bec9a9c5fb')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make bindir="$pkgdir/usr/bin" mandir="$pkgdir/usr/share/man" install
+}

Copied: whowatch/repos/community-x86_64/PKGBUILD (from rev 110445, whowatch/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-30 05:45:32 UTC (rev 110446)
@@ -0,0 +1,23 @@
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Nezmer <me at nezmer.info>
+pkgname=whowatch
+pkgver=1.8.5
+pkgrel=1
+pkgdesc='Displays information about the users currently logged on to the machine in real time'
+arch=(i686  x86_64)
+url="http://wizard.ae.krakow.pl/~mike/#whowatch"
+license=('GPL2')
+depends=(ncurses)
+source=(http://wizard.ae.krakow.pl/~mike/download/$pkgname-$pkgver.tar.gz)
+md5sums=('8304e8907c7d9e585beda9bec9a9c5fb')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make bindir="$pkgdir/usr/bin" mandir="$pkgdir/usr/share/man" install
+}




More information about the arch-commits mailing list