[arch-commits] Commit in (4 files)

Daniel Micay thestinger at nymeria.archlinux.org
Wed Apr 30 05:44:55 UTC 2014


    Date: Wednesday, April 30, 2014 @ 07:44:55
  Author: thestinger
Revision: 110445

add whowatch

Added:
  whowatch/
  whowatch/repos/
  whowatch/trunk/
  whowatch/trunk/PKGBUILD

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

Added: whowatch/trunk/PKGBUILD
===================================================================
--- whowatch/trunk/PKGBUILD	                        (rev 0)
+++ whowatch/trunk/PKGBUILD	2014-04-30 05:44:55 UTC (rev 110445)
@@ -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