# Maintainer: Christoffer Müller Madsen pkgname=gnumail _pkgname=GNUMail pkgver=1.2.2 pkgrel=1 pkgdesc="GNUMail" arch=(i686 x86_64) url="http://home.gna.org/gnustep-nonfsf/gnumail.html" license=('GPL') install=$pkgname.install depends=(gnustep-base gnustep-gui gnustep-back pantomime addresses) makedepends=('gcc-objc' 'gnustep-make') provides=(gnumail) conflicts=(gnumail) source=(http://download.gna.org/gnustep-nonfsf/$_pkgname-$pkgver.tar.gz) md5sums=('c2cc13b7c13d96b83520be5671531ed3') build() { cd $srcdir/$_pkgname-$pkgver # necessary to set environment if not in user startup. #. /opt/GNUstep/System/Library/Makefiles/GNUstep.sh . /usr/share/GNUstep/Makefiles/GNUstep.sh #./configure --prefix=/usr/share/GNUstep #./configure make } package() { cd $srcdir/$_pkgname-$pkgver make DESTDIR="$pkgdir/" install install -D -m644 "$pkgdir/usr/lib/GNUstep/Applications/$_pkgname.app/Resources/$_pkgname.desktop" \ "$pkgdir/usr/share/applications/$_pkgname.desktop" }