add pantomime

This commit is contained in:
Christoffer Müller Madsen 2016-10-20 23:36:21 +02:00
parent d701ae1389
commit 8418cfc107
1 changed files with 27 additions and 0 deletions

27
pantomime/PKGBUILD Normal file
View File

@ -0,0 +1,27 @@
# Maintainer: Christoffer Müller Madsen <christoffer@guava.space>
pkgname=pantomime
_pkgname=Pantomime
pkgver=1.2.2
pkgrel=1
pkgdesc="Set of Objective-C classes that model a mail system"
arch=(i686 x86_64)
url="http://wiki.gnustep.org/index.php/Pantomime"
license=('LGPL2.1')
depends=(gnustep-base gnustep-gui gnustep-back)
makedepends=('gcc-objc'
'gnustep-make')
provides=(pantomime)
conflicts=(pantomime)
source=(http://download.gna.org/gnustep-nonfsf/$_pkgname-$pkgver.tar.gz)
md5sums=('eda785a65d31927cbced2fa4f000e919')
build() {
cd "$srcdir/$_pkgname-$pkgver"
. /usr/share/GNUstep/Makefiles/GNUstep.sh
make
}
package() {
cd "$srcdir/$_pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
}