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

Pierre Schmitz pierre at nymeria.archlinux.org
Fri Feb 14 17:37:17 UTC 2014


    Date: Friday, February 14, 2014 @ 18:37:17
  Author: pierre
Revision: 205949

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

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

-------------------------+
 testing-i686/PKGBUILD   |   41 +++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)

Copied: lynx/repos/testing-i686/PKGBUILD (from rev 205948, lynx/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-02-14 17:37:17 UTC (rev 205949)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=lynx
+pkgver=2.8.8
+_relver=${pkgver}rel.1
+pkgrel=1
+pkgdesc="A text browser for the World Wide Web"
+url="http://lynx.isc.org/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('openssl')
+backup=('etc/lynx.cfg')
+source=("http://lynx.isc.org/current/${pkgname}${_relver}.tar.bz2"
+        "http://lynx.isc.org/current/${pkgname}${_relver}.tar.bz2.asc")
+md5sums=('f467c043fe9a3963fc1c05f54923803f'
+         'SKIP')
+
+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 205948, lynx/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-02-14 17:37:17 UTC (rev 205949)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=lynx
+pkgver=2.8.8
+_relver=${pkgver}rel.1
+pkgrel=1
+pkgdesc="A text browser for the World Wide Web"
+url="http://lynx.isc.org/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('openssl')
+backup=('etc/lynx.cfg')
+source=("http://lynx.isc.org/current/${pkgname}${_relver}.tar.bz2"
+        "http://lynx.isc.org/current/${pkgname}${_relver}.tar.bz2.asc")
+md5sums=('f467c043fe9a3963fc1c05f54923803f'
+         'SKIP')
+
+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