summaryrefslogtreecommitdiff
path: root/community/pantomime/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pantomime/PKGBUILD')
-rw-r--r--community/pantomime/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/pantomime/PKGBUILD b/community/pantomime/PKGBUILD
index d8cfc9588..60597ac7e 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 <pupykin.s+arch@gmail.com>
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Sebastian Sareyko <public@nooms.de>
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' 'mips64el')
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
}