summaryrefslogtreecommitdiff
path: root/community/gnubiff/PKGBUILD
blob: d7cd94cc06b5490fc7ca030a6ed8a6939fc0e2c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# $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=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/"
license=("GPL")
depends=('libglade' 'gtk3' 'popt')
makedepends=('perlxml' 'intltool')
conflicts=(gnubiff-gtk)
source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz)
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
}

package() {
  cd $srcdir/gnubiff-$pkgver
  make DESTDIR=$pkgdir install
  rm -rf ${pkgdir}/usr/share/info/dir
}