# $Id: PKGBUILD 44431 2011-04-07 13:09:19Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Vesa Kaihlavirta # Contributor: Sebastian Sareyko pkgname=gnustep-gui pkgver=20110407 pkgrel=1 pkgdesc="The GNUstep GUI class library" arch=('i686' 'x86_64') url="http://www.gnustep.org/" license=('LGPL') depends=(gnustep-base libungif aspell gcc-libs libcups audiofile libsndfile giflib libao) 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') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/opt/GNUstep --disable-gsnd make make DESTDIR=$pkgdir install }