diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/gnustep-back/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/gnustep-back/PKGBUILD')
-rw-r--r-- | community/gnustep-back/PKGBUILD | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/community/gnustep-back/PKGBUILD b/community/gnustep-back/PKGBUILD deleted file mode 100644 index cccadceed..000000000 --- a/community/gnustep-back/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# $Id: PKGBUILD 90152 2013-05-07 13:33:45Z spupykin $ -# 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.23.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 cairo) -makedepends=('gnustep-make' 'gnustep-base' '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=('bde6f222bc74a0ba02f57fa1908c200e') - -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 -} |