From 29657877f6a02dbba1bd58b417b4ccd211939690 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 Jul 2011 23:12:30 +0000 Subject: Wed Jul 13 23:12:30 UTC 2011 --- community/pantomime/PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'community/pantomime') diff --git a/community/pantomime/PKGBUILD b/community/pantomime/PKGBUILD index 1d3654d74..88875acfb 100644 --- a/community/pantomime/PKGBUILD +++ b/community/pantomime/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 46068 2011-05-03 10:04:36Z spupykin $ +# $Id: PKGBUILD 51631 2011-07-12 11:02:36Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Vesa Kaihlavirta # Contributor: Sebastian Sareyko pkgname=pantomime pkgver=1.2.0pre3 -pkgrel=3 +pkgrel=4 pkgdesc="A set of Objective-C classes that model a mail system" arch=('i686' 'x86_64') url="http://www.collaboration-world.com/pantomime" @@ -27,6 +27,9 @@ build() { package() { cd $srcdir/Pantomime - make GNUSTEP_INSTALLATION_DIR=$pkgdir/opt/GNUstep/System install + make GNUSTEP_INSTALLATION_DIR=$pkgdir/usr/lib/GNUstep install install -D -m644 Documentation/LICENSE.elm $pkgdir/usr/share/licenses/$pkgname/LICENSE.elm + cd $pkgdir/usr/lib/GNUstep/Library/ + mv * .. + cd .. && rmdir Library } -- cgit v1.2.3-54-g00ecf