summaryrefslogtreecommitdiff
path: root/community/stalonetray
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-02 03:51:56 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-02 03:51:56 +0000
commit35f5198d4a73e45c4e9e22d638f5bfd5b9b4bc62 (patch)
tree0a936fac74a00270ec2c07d3a37a63e79dd80999 /community/stalonetray
parent88933a383866089c23f6d62783a6a24ab211e872 (diff)
Wed Jul 2 03:45:24 UTC 2014
Diffstat (limited to 'community/stalonetray')
-rw-r--r--community/stalonetray/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/stalonetray/PKGBUILD b/community/stalonetray/PKGBUILD
index d369763c1..960959cb1 100644
--- a/community/stalonetray/PKGBUILD
+++ b/community/stalonetray/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 65465 2012-02-21 05:56:31Z spupykin $
+# $Id: PKGBUILD 114406 2014-07-01 15:35:35Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=stalonetray
pkgver=0.8.1
-pkgrel=2
+pkgrel=3
pkgdesc="STAnd-aLONE sysTRAY. It has minimal build and run-time dependencies: the Xlib only."
arch=('i686' 'x86_64')
url="http://stalonetray.sourceforge.net"
@@ -16,6 +16,10 @@ build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
install -D -m644 stalonetrayrc.sample $pkgdir/etc/stalonetrayrc
}