summaryrefslogtreecommitdiff
path: root/community-testing/gnustep-back/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-05-04 20:00:41 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-05-04 20:00:41 +0000
commitb2c353d874b85e06f355a9419852e2616613c7d0 (patch)
treef0773e0a930d308198ef5036d4f74e7f53015e6e /community-testing/gnustep-back/PKGBUILD
parent0a24fb835cac4007388213ad0afb15257b035b14 (diff)
Fri May 4 20:00:31 UTC 2012
Diffstat (limited to 'community-testing/gnustep-back/PKGBUILD')
-rw-r--r--community-testing/gnustep-back/PKGBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/community-testing/gnustep-back/PKGBUILD b/community-testing/gnustep-back/PKGBUILD
deleted file mode 100644
index c4c64322b..000000000
--- a/community-testing/gnustep-back/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 68412 2012-03-24 09:58:13Z allan $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
-# Contributor: Sebastian Sareyko <public@nooms.de>
-
-pkgname=gnustep-back
-pkgver=0.22.0
-pkgrel=2
-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=('6ea64404d78766f93d192ff467162f53')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- . /etc/profile.d/GNUstep.sh
- ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- . /etc/profile.d/GNUstep.sh
- make DESTDIR=$pkgdir install
- mkdir -p $pkgdir/etc/ld.so.conf.d
- cat >$pkgdir/etc/ld.so.conf.d/gnustep.conf <<EOF
-/opt/GNUstep/System/Library/Libraries
-/usr/lib/GNUstep/Libraries
-EOF
-}