summaryrefslogtreecommitdiff
path: root/community/stalonetray/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/stalonetray/PKGBUILD')
-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
}