diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/tksystray/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/tksystray/PKGBUILD')
-rw-r--r-- | community/tksystray/PKGBUILD | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/community/tksystray/PKGBUILD b/community/tksystray/PKGBUILD deleted file mode 100644 index e3fff8ef4..000000000 --- a/community/tksystray/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# $Id: PKGBUILD 81610 2012-12-25 00:34:16Z foutrelis $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Pavel Borzenkov <pavel.borzenkov@gmail.com> - -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 -} |