[arch-commits] CVS update of arch/build/base/dialog (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun May 27 09:24:01 UTC 2007


    Date: Sunday, May 27, 2007 @ 05:24:01
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/base/dialog

Modified: PKGBUILD (1.20 -> 1.21)

updatepkg 1.1_20070514


----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)


Index: arch/build/base/dialog/PKGBUILD
diff -u arch/build/base/dialog/PKGBUILD:1.20 arch/build/base/dialog/PKGBUILD:1.21
--- arch/build/base/dialog/PKGBUILD:1.20	Sun Aug 13 11:59:54 2006
+++ arch/build/base/dialog/PKGBUILD	Sun May 27 05:24:01 2007
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD,v 1.20 2006/08/13 15:59:54 tpowa Exp $
+# $Id: PKGBUILD,v 1.21 2007/05/27 09:24:01 andyrtr Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 pkgname=dialog
-pkgver=1.0_20060221
-_pkgver=1.0-20060221
+pkgver=1.1_20070514
+_pkgver=1.1-20070514
 pkgrel=1
 pkgdesc="A tool to display dialog boxes from shell scripts"
 arch=(i686 x86_64)
+license=('GPL')
 depends=('ncurses')
 url="http://hightek.org/dialog/"
-source=(ftp://ftp.us.debian.org/debian/pool/main/d/dialog/${pkgname}_$_pkgver.orig.tar.gz)
-md5sums=('acfd843163394e8bb17c841fdbe9c4a4')
+source=(ftp://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_$_pkgver.orig.tar.gz)
+md5sums=('1a5dd79088ac3ba3047b48e7efaea8d1')
 
 build() {
   cd $startdir/src/$pkgname-$_pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-Xdialog
   make || return 1
   make DESTDIR=$startdir/pkg install
 }




More information about the arch-commits mailing list