From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/tksystray/PKGBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 community/tksystray/PKGBUILD (limited to 'community/tksystray') diff --git a/community/tksystray/PKGBUILD b/community/tksystray/PKGBUILD new file mode 100644 index 000000000..e3fff8ef4 --- /dev/null +++ b/community/tksystray/PKGBUILD @@ -0,0 +1,23 @@ +# $Id: PKGBUILD 81610 2012-12-25 00:34:16Z foutrelis $ +# Maintainer: Sergej Pupykin +# Contributor: Pavel Borzenkov + +pkgname=tksystray +pkgver=0.1 +pkgrel=6 +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=(ftp://ftp.archlinux.org/other/community/tksystray/tksystray_$pkgver.orig.tar.gz) +md5sums=('d1784d2f786304bd6eaa82512fd5cf1c') + +build() { + cd $srcdir/$pkgname-$pkgver + ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib + make + 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 +} -- cgit v1.2.3-54-g00ecf