summaryrefslogtreecommitdiff
path: root/community/tksystray
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/tksystray
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/tksystray')
-rw-r--r--community/tksystray/PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/community/tksystray/PKGBUILD b/community/tksystray/PKGBUILD
new file mode 100644
index 000000000..73c901237
--- /dev/null
+++ b/community/tksystray/PKGBUILD
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD 9452 2010-01-25 14:27:29Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: Pavel Borzenkov <pavel.borzenkov@gmail.com>
+
+pkgname=tksystray
+pkgver=0.1
+pkgrel=4
+pkgdesc="tksystray is compatible with freedesktop.org standarts systray for Tk"
+arch=('i686' 'x86_64')
+url="http://tkabber.jabber.ru/tksystray"
+license=("GPL")
+depends=(tcl tk imlib)
+source=(http://arch.pp.ru/~sergej/dl/tksystray_$pkgver.orig.tar.gz)
+md5sums=('d1784d2f786304bd6eaa82512fd5cf1c')
+
+build() {
+ cd $startdir/src/$pkgname-$pkgver
+ ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib
+ make || return 1
+ mkdir -p $startdir/pkg/usr/lib/$pkgname-$pkgver
+ cp -rf libtray.so $startdir/pkg/usr/lib/$pkgname-$pkgver
+ cp -rf pkgIndex.tcl $startdir/pkg/usr/lib/$pkgname-$pkgver
+}