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-gui/ChangeLog | 2 ++ community-testing/gnustep-gui/PKGBUILD | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 community-testing/gnustep-gui/ChangeLog create mode 100644 community-testing/gnustep-gui/PKGBUILD (limited to 'community-testing/gnustep-gui') diff --git a/community-testing/gnustep-gui/ChangeLog b/community-testing/gnustep-gui/ChangeLog new file mode 100644 index 000000000..15622ab88 --- /dev/null +++ b/community-testing/gnustep-gui/ChangeLog @@ -0,0 +1,2 @@ +2007-06-27 tardo +* version upgrade diff --git a/community-testing/gnustep-gui/PKGBUILD b/community-testing/gnustep-gui/PKGBUILD new file mode 100644 index 000000000..95c38b3b0 --- /dev/null +++ b/community-testing/gnustep-gui/PKGBUILD @@ -0,0 +1,27 @@ +# $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 +} -- cgit v1.2.3-54-g00ecf