From 59075f0265483f32e9ac4c67ba9e69cb019ba044 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 8 Apr 2011 04:18:44 +0000 Subject: Fri Apr 8 04:18:44 UTC 2011 --- community-testing/gnustep-back/PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 community-testing/gnustep-back/PKGBUILD (limited to 'community-testing/gnustep-back/PKGBUILD') diff --git a/community-testing/gnustep-back/PKGBUILD b/community-testing/gnustep-back/PKGBUILD new file mode 100644 index 000000000..60ad92dd8 --- /dev/null +++ b/community-testing/gnustep-back/PKGBUILD @@ -0,0 +1,26 @@ +# $Id: PKGBUILD 44425 2011-04-07 13:07:37Z spupykin $ +# Maintainer: Sergej Pupykin +# Maintainer: Vesa Kaihlavirta +# Contributor: Sebastian Sareyko + +pkgname=gnustep-back +pkgver=20110407 +pkgrel=1 +pkgdesc="The GNUstep GUI Backend" +arch=('i686' 'x86_64') +url="http://www.gnustep.org/" +license=('LGPL') +depends=(libgl libxmu gcc-libs freetype2 libart-lgpl) +makedepends=('gnustep-gui' 'libffi' 'gcc-objc') +conflicts=('gnustep-back-svn') +groups=('gnustep-core') +#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=('1fd61a518b610342503239aa6cbf2d25') + +build() { + cd $srcdir/$pkgname-$pkgver + ./configure --prefix=/opt/GNUstep + make + make DESTDIR=$pkgdir install +} -- cgit v1.2.3-54-g00ecf