[arch-commits] Commit in dialog/repos (testing-i686 testing-i686/PKGBUILD)

Stéphane Gaudreault stephane at archlinux.org
Fri Jul 6 20:37:23 UTC 2012


    Date: Friday, July 6, 2012 @ 16:37:23
  Author: stephane
Revision: 163092

archrelease: copy trunk to testing-i686

Added:
  dialog/repos/testing-i686/
  dialog/repos/testing-i686/PKGBUILD
    (from rev 163091, dialog/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: dialog/repos/testing-i686/PKGBUILD (from rev 163091, dialog/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-07-06 20:37:23 UTC (rev 163092)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=dialog
+pkgver=1.1_20120706
+pkgrel=1
+pkgdesc="A tool to display dialog boxes from shell scripts"
+arch=('i686' 'x86_64')
+url="http://invisible-island.net/dialog/"
+license=('LGPL2.1')
+depends=('ncurses')
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver/_/-}.tgz)
+sha1sums=('fa033f0fb166da86e29d70e68159a92a9b9cdb84')
+
+build() {
+  cd "${srcdir}/$pkgname-${pkgver/_/-}"
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+              --with-ncursesw --enable-nls
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-${pkgver/_/-}"
+  make DESTDIR="${pkgdir}" install install-lib
+}




More information about the arch-commits mailing list