From 853acffdfdaafc5b2982cbac2a0e5adda28e6d6e Mon Sep 17 00:00:00 2001 From: root Date: Thu, 11 Aug 2011 23:14:30 +0000 Subject: Thu Aug 11 23:14:30 UTC 2011 --- community/gnubiff-gtk/PKGBUILD | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'community/gnubiff-gtk') diff --git a/community/gnubiff-gtk/PKGBUILD b/community/gnubiff-gtk/PKGBUILD index 0b3032228..2ebd79695 100644 --- a/community/gnubiff-gtk/PKGBUILD +++ b/community/gnubiff-gtk/PKGBUILD @@ -1,33 +1,31 @@ -# $Id: PKGBUILD 14206 2010-04-02 08:59:16Z spupykin $ +# $Id: PKGBUILD 53956 2011-08-10 14:39:02Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Tom K # Contributor: Todd Musall pkgname=gnubiff-gtk pkgver=2.2.13 -pkgrel=2 +pkgrel=3 pkgdesc="Mail notification program that checks for mail and displays headers when new mail has arrived. GTK version." arch=('i686' 'x86_64') url="http://gnubiff.sourceforge.net/" license=("GPL") depends=('libglade' 'openssl' 'popt') +makedepends=('intltool') conflicts=(gnubiff) -source=(http://downloads.sourceforge.net/sourceforge/gnubiff/gnubiff-$pkgver.tar.gz \ +source=(http://downloads.sourceforge.net/sourceforge/gnubiff/gnubiff-$pkgver.tar.gz build.patch) md5sums=('65423957eb027b94c9e661611c0e4271' '96fde605eb69e300f6014546d4339beb') build() { - cd $startdir/src/gnubiff-$pkgver - + cd $srcdir/gnubiff-$pkgver patch -p1 <../build.patch - export LDFLAGS=-lX11 - - ./configure --prefix=/usr --disable-gnome --disable-fam --with-password --with-password-string - make || return 1 - make DESTDIR=$startdir/pkg install || return 1 - rm -rf $startdir/pkg/usr/lib - rm -rf $startdir/pkg/usr/share/gnome-2.0 + ./configure --prefix=/usr --disable-gnome --disable-fam --with-password --with-password-string="65423957eb027b94c9e661611c0e4271" + make + make DESTDIR=$pkgdir install + rm -rf $pkgdir/usr/lib + rm -rf $pkgdir/usr/share/gnome-2.0 rm -rf ${pkgdir}/usr/share/info/dir } -- cgit v1.2.3-54-g00ecf