summaryrefslogtreecommitdiff
path: root/community/gnubiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-23 03:27:46 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-23 03:27:46 +0000
commit0459e6459ee534bf22ab8a5381cd485e6035e9e2 (patch)
tree605a15ed18dc37695caaeb02271fdd06320a00f3 /community/gnubiff
parentd4b7ceefdfb9c828799749419e8f8f7a36c2d7b8 (diff)
Wed Apr 23 03:24:08 UTC 2014
Diffstat (limited to 'community/gnubiff')
-rw-r--r--community/gnubiff/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/community/gnubiff/PKGBUILD b/community/gnubiff/PKGBUILD
index 814259c8a..d7cd94cc0 100644
--- a/community/gnubiff/PKGBUILD
+++ b/community/gnubiff/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 66676 2012-02-27 10:00:34Z spupykin $
+# $Id: PKGBUILD 109973 2014-04-22 16:00:27Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Tom K <tomk@runbox.com>
# Contributor: Todd Musall <tmusall@gmail.com>
pkgname=gnubiff
pkgver=2.2.15
-pkgrel=1
+pkgrel=2
pkgdesc="Mail notification program that checks for mail and displays headers when new mail has arrived"
arch=('i686' 'x86_64')
url="http://gnubiff.sourceforge.net/"
@@ -19,11 +19,14 @@ md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443')
build() {
[ "$GNOMEDIR" = "" ] && GNOMEDIR=/usr
cd $srcdir/gnubiff-$pkgver
-
+ export LDFLAGS="-lgthread-2.0"
./configure --prefix=/usr --with-password --with-password-string="65423957eb027b94c9e661611c0e4271" \
--disable-fam --disable-gnome
make
- make DESTDIR=$pkgdir install
+}
+package() {
+ cd $srcdir/gnubiff-$pkgver
+ make DESTDIR=$pkgdir install
rm -rf ${pkgdir}/usr/share/info/dir
}