summaryrefslogtreecommitdiff
path: root/community/tksystray/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/tksystray/PKGBUILD')
-rw-r--r--community/tksystray/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/tksystray/PKGBUILD b/community/tksystray/PKGBUILD
index 8a1fa501e..d8dcee95c 100644
--- a/community/tksystray/PKGBUILD
+++ b/community/tksystray/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 9452 2010-01-25 14:27:29Z spupykin $
+# $Id: PKGBUILD 59200 2011-11-21 14:59:42Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Pavel Borzenkov <pavel.borzenkov@gmail.com>
@@ -10,14 +10,14 @@ arch=('i686' 'x86_64' 'mips64el')
url="http://tkabber.jabber.ru/tksystray"
license=("GPL")
depends=(tcl tk imlib)
-source=(http://arch.pp.ru/~sergej/dl/tksystray_$pkgver.orig.tar.gz)
+source=(ftp://ftp.archlinux.org/other/community/tksystray/tksystray_$pkgver.orig.tar.gz)
md5sums=('d1784d2f786304bd6eaa82512fd5cf1c')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$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
+ 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
}