summaryrefslogtreecommitdiff
path: root/community/tksystray/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/tksystray/PKGBUILD')
-rw-r--r--community/tksystray/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/tksystray/PKGBUILD b/community/tksystray/PKGBUILD
index e3fff8ef4..556749dac 100644
--- a/community/tksystray/PKGBUILD
+++ b/community/tksystray/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 81610 2012-12-25 00:34:16Z foutrelis $
+# $Id: PKGBUILD 114412 2014-07-01 15:42:57Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Pavel Borzenkov <pavel.borzenkov@gmail.com>
pkgname=tksystray
pkgver=0.1
-pkgrel=6
+pkgrel=7
pkgdesc="tksystray is compatible with freedesktop.org standarts systray for Tk"
arch=('i686' 'x86_64')
url="http://tkabber.jabber.ru/tksystray"
@@ -17,6 +17,10 @@ build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
mkdir -p $pkgdir/usr/lib/$pkgname-$pkgver
cp -rf libtray.so $pkgdir/usr/lib/$pkgname-$pkgver
cp -rf pkgIndex.tcl $pkgdir/usr/lib/$pkgname-$pkgver