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

Allan McRae allan at archlinux.org
Wed Feb 8 23:59:34 UTC 2012


    Date: Wednesday, February 8, 2012 @ 18:59:34
  Author: allan
Revision: 149662

db-move: moved less from [staging] to [testing] (i686)

Added:
  less/repos/testing-i686/
  less/repos/testing-i686/PKGBUILD
    (from rev 149641, less/repos/staging-i686/PKGBUILD)
Deleted:
  less/repos/staging-i686/

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

Copied: less/repos/testing-i686/PKGBUILD (from rev 149641, less/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-02-08 23:59:34 UTC (rev 149662)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=less
+pkgver=444
+pkgrel=3
+pkgdesc="A terminal based program for viewing text files"
+license=('GPL3')
+arch=('i686' 'x86_64')
+url="http://www.greenwoodsoftware.com/less"
+groups=('base')
+depends=('ncurses' 'pcre')
+source=(http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('56f9f76ffe13f70155f47f6b3c87d421'
+         'd5fafbd94a9cfdeaad0c82143a033fe5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}"/usr install
+}




More information about the arch-commits mailing list