From 22e5f5bf64eba5c65674eeb3a8167de2854dbe0e Mon Sep 17 00:00:00 2001 From: root Date: Thu, 2 Feb 2012 23:14:44 +0000 Subject: Thu Feb 2 23:14:44 UTC 2012 --- community-testing/gnubiff/PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 community-testing/gnubiff/PKGBUILD (limited to 'community-testing') diff --git a/community-testing/gnubiff/PKGBUILD b/community-testing/gnubiff/PKGBUILD new file mode 100644 index 000000000..cf964e9c7 --- /dev/null +++ b/community-testing/gnubiff/PKGBUILD @@ -0,0 +1,29 @@ +# $Id: PKGBUILD 63401 2012-02-01 22:53:12Z ibiru $ +# Maintainer: Sergej Pupykin +# Maintainer: Tom K +# Contributor: Todd Musall + +pkgname=gnubiff +pkgver=2.2.14 +pkgrel=1 +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=('f2a2c3485d2f3f0adff1b7665c2f3b24') + +build() { + [ "$GNOMEDIR" = "" ] && GNOMEDIR=/usr + cd $srcdir/gnubiff-$pkgver + + ./configure --prefix=/usr --with-password --with-password-string="65423957eb027b94c9e661611c0e4271" \ + --disable-fam --disable-gnome + make + make DESTDIR=$pkgdir install + + rm -rf ${pkgdir}/usr/share/info/dir +} -- cgit v1.2.3-54-g00ecf