[arch-commits] Commit in lynx/repos (4 files)

Pierre Schmitz pierre at nymeria.archlinux.org
Mon Oct 21 11:52:57 UTC 2013


    Date: Monday, October 21, 2013 @ 13:52:57
  Author: pierre
Revision: 196968

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  lynx/repos/testing-i686/
  lynx/repos/testing-i686/PKGBUILD
    (from rev 196967, lynx/trunk/PKGBUILD)
  lynx/repos/testing-x86_64/
  lynx/repos/testing-x86_64/PKGBUILD
    (from rev 196967, lynx/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   38 ++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

Copied: lynx/repos/testing-i686/PKGBUILD (from rev 196967, lynx/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-10-21 11:52:57 UTC (rev 196968)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=lynx
+pkgver=2.8.7
+pkgrel=7
+pkgdesc="A text browser for the World Wide Web"
+url="http://lynx.isc.org/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ncurses' 'openssl')
+backup=('etc/lynx.cfg')
+source=("http://lynx.isc.org/release/${pkgname}${pkgver}.tar.gz")
+md5sums=('e36d70f3f09b2d502055ca67f09e363c')
+
+build() {
+  cd ${srcdir}/${pkgname}${pkgver//./-}
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --with-ssl=/usr \
+    --enable-nls \
+    --enable-ipv6 \
+    --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}${pkgver//./-}
+  make DESTDIR=${pkgdir} install
+
+  # FS#20404 - points to local help
+  sed -i -e "s|^HELPFILE.*$|HELPFILE:file:///usr/share/doc/lynx/lynx_help/lynx_help_main.html|" ${pkgdir}/etc/lynx.cfg
+
+  install -d ${pkgdir}/usr/share/doc/lynx
+  cp -rf lynx_help ${pkgdir}/usr/share/doc/lynx
+}

Copied: lynx/repos/testing-x86_64/PKGBUILD (from rev 196967, lynx/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-10-21 11:52:57 UTC (rev 196968)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=lynx
+pkgver=2.8.7
+pkgrel=7
+pkgdesc="A text browser for the World Wide Web"
+url="http://lynx.isc.org/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ncurses' 'openssl')
+backup=('etc/lynx.cfg')
+source=("http://lynx.isc.org/release/${pkgname}${pkgver}.tar.gz")
+md5sums=('e36d70f3f09b2d502055ca67f09e363c')
+
+build() {
+  cd ${srcdir}/${pkgname}${pkgver//./-}
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --with-ssl=/usr \
+    --enable-nls \
+    --enable-ipv6 \
+    --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}${pkgver//./-}
+  make DESTDIR=${pkgdir} install
+
+  # FS#20404 - points to local help
+  sed -i -e "s|^HELPFILE.*$|HELPFILE:file:///usr/share/doc/lynx/lynx_help/lynx_help_main.html|" ${pkgdir}/etc/lynx.cfg
+
+  install -d ${pkgdir}/usr/share/doc/lynx
+  cp -rf lynx_help ${pkgdir}/usr/share/doc/lynx
+}




More information about the arch-commits mailing list