summaryrefslogtreecommitdiff
path: root/community-testing/gnustep-gui
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-19 04:14:07 +0000
committerroot <root@rshg047.dnsready.net>2011-04-19 04:14:07 +0000
commit8f4f6fea0e8f06647b3e06c003069c93b5b033b4 (patch)
treeb1c2eae862fab1f19ba291dcb5569383a01df12a /community-testing/gnustep-gui
parent3299b3302e12f5a2b0e85dd625de99454c47664d (diff)
Tue Apr 19 04:14:07 UTC 2011
Diffstat (limited to 'community-testing/gnustep-gui')
-rw-r--r--community-testing/gnustep-gui/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community-testing/gnustep-gui/PKGBUILD b/community-testing/gnustep-gui/PKGBUILD
index 95c38b3b0..a9ea47daf 100644
--- a/community-testing/gnustep-gui/PKGBUILD
+++ b/community-testing/gnustep-gui/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 44431 2011-04-07 13:09:19Z spupykin $
+# $Id: PKGBUILD 45216 2011-04-18 12:46:35Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Sebastian Sareyko <public@nooms.de>
pkgname=gnustep-gui
-pkgver=20110407
+pkgver=0.20.0
pkgrel=1
pkgdesc="The GNUstep GUI class library"
arch=('i686' 'x86_64')
@@ -15,13 +15,13 @@ makedepends=(gcc-objc)
conflicts=('gnustep-gui-svn')
groups=('gnustep-core')
options=('!makeflags')
-#source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-source=(http://arch.p5n.pp.ru/~sergej/dl/gnustep/$pkgname-$pkgver.tar.xz)
-md5sums=('f4ca11690dc2fb1f47c769108a39b74e')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('0d3765aa97db1dd20bdbd0690f4aca6b')
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/opt/GNUstep --disable-gsnd
+ . /etc/profile.d/GNUstep.sh
+ ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
make
make DESTDIR=$pkgdir install
}