From dee9f17b595ea903a982d31d1124b302bb17e2ff Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jul 2013 00:58:52 -0700 Subject: Wed Jul 17 00:58:51 PDT 2013 --- community/gnubiff/PKGBUILD | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 community/gnubiff/PKGBUILD (limited to 'community/gnubiff') diff --git a/community/gnubiff/PKGBUILD b/community/gnubiff/PKGBUILD deleted file mode 100644 index 814259c8a..000000000 --- a/community/gnubiff/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 66676 2012-02-27 10:00:34Z spupykin $ -# Maintainer: Sergej Pupykin -# Maintainer: Tom K -# Contributor: Todd Musall - -pkgname=gnubiff -pkgver=2.2.15 -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=('c705e1135b0bd4c8d8f7ce72ca7b5443') - -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