[arch-commits] Commit in whowatch/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Sep 6 20:23:28 UTC 2015
Date: Sunday, September 6, 2015 @ 22:23:27
Author: foutrelis
Revision: 139364
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
whowatch/repos/community-staging-i686/
whowatch/repos/community-staging-i686/PKGBUILD
(from rev 139363, whowatch/trunk/PKGBUILD)
whowatch/repos/community-staging-x86_64/
whowatch/repos/community-staging-x86_64/PKGBUILD
(from rev 139363, whowatch/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 24 ++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 24 ++++++++++++++++++++++++
2 files changed, 48 insertions(+)
Copied: whowatch/repos/community-staging-i686/PKGBUILD (from rev 139363, whowatch/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 20:23:27 UTC (rev 139364)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Nezmer <me at nezmer.info>
+pkgname=whowatch
+pkgver=1.8.5
+pkgrel=2
+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-staging-x86_64/PKGBUILD (from rev 139363, whowatch/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-09-06 20:23:27 UTC (rev 139364)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Nezmer <me at nezmer.info>
+pkgname=whowatch
+pkgver=1.8.5
+pkgrel=2
+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