From 8784d3134c1d4b4c02d705259ae2ebd768c778fd Mon Sep 17 00:00:00 2001 From: Parabola Date: Wed, 27 Apr 2011 22:26:40 +0000 Subject: Wed Apr 27 22:26:47 UTC 2011 --- community-testing/gnustep-back/PKGBUILD | 26 -------------------------- 1 file changed, 26 deletions(-) delete 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 deleted file mode 100644 index 4755f9e02..000000000 --- a/community-testing/gnustep-back/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# $Id: PKGBUILD 45208 2011-04-18 12:44:31Z spupykin $ -# Maintainer: Sergej Pupykin -# Maintainer: Vesa Kaihlavirta -# Contributor: Sebastian Sareyko - -pkgname=gnustep-back -pkgver=0.20.0 -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) -md5sums=('a28ba696419eeab17f14c2a75b21c3a7') - -build() { - cd $srcdir/$pkgname-$pkgver - . /etc/profile.d/GNUstep.sh - ./configure --prefix=/usr --sysconfdir=/etc/GNUstep - make - make DESTDIR=$pkgdir install -} -- cgit v1.2.3-54-g00ecf