diff options
author | root <root@rshg054.dnsready.net> | 2011-11-23 23:15:26 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-23 23:15:26 +0000 |
commit | 1e1e4927b05d9b242bfe83794e3a98ab2c8f79ef (patch) | |
tree | 070846cb6770ab17d394d88c3f0cd3ad3eb89842 /community/tksystray/PKGBUILD | |
parent | 851ab9aa99e9bda38f88b5f5ade096c9137e11c8 (diff) |
Wed Nov 23 23:15:26 UTC 2011
Diffstat (limited to 'community/tksystray/PKGBUILD')
-rw-r--r-- | community/tksystray/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/tksystray/PKGBUILD b/community/tksystray/PKGBUILD index 73c901237..a5ee12746 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') 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 } |