Date: Wednesday, April 10, 2013 @ 21:20:18
  Author: heftig
Revision: 88055

db-move: moved elinks from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  elinks/repos/community-testing-i686/
  elinks/repos/community-testing-i686/PKGBUILD
    (from rev 88050, elinks/repos/community-staging-i686/PKGBUILD)
  elinks/repos/community-testing-x86_64/
  elinks/repos/community-testing-x86_64/PKGBUILD
    (from rev 88050, elinks/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  elinks/repos/community-staging-i686/
  elinks/repos/community-staging-x86_64/

-----------------------------------+
 community-testing-i686/PKGBUILD   |   40 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)

Copied: elinks/repos/community-testing-i686/PKGBUILD (from rev 88050, 
elinks/repos/community-staging-i686/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2013-04-10 19:20:18 UTC (rev 88055)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen <keen...@gmail.com>
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+# Contributor: damir <da...@archlinux.org>
+# Contributor: Ben <contrasu...@myrealbox.com>
+
+pkgname=elinks
+pkgver=0.13
+_commit="9313aae9062e1d9ff084858fa6844259cd8237d6"
+pkgrel=12
+pkgdesc="An advanced and well-established feature-rich text mode web browser."
+arch=("i686" "x86_64")
+url="http://elinks.or.cz";
+license=('GPL')
+depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn' 'js185'
+        'gc' 'tre')
+makedepends=('git')
+source=("git+http://elinks.cz/elinks.git#commit=$_commit";)
+md5sums=('SKIP')
+
+build() {
+  cd elinks
+  [ -x configure ] || sh autogen.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+              --sysconfdir=/etc \
+              --disable-smb --without-x --enable-cgi \
+              --enable-leds --enable-256-colors --enable-html-highlight \
+              --with-zlib
+  make
+}
+
+package() {
+  cd elinks
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir/usr/share/locale/locale.alias"
+
+  install -D -m644 "contrib/debian/$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+}

Copied: elinks/repos/community-testing-x86_64/PKGBUILD (from rev 88050, 
elinks/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-04-10 19:20:18 UTC (rev 88055)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen <keen...@gmail.com>
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+# Contributor: damir <da...@archlinux.org>
+# Contributor: Ben <contrasu...@myrealbox.com>
+
+pkgname=elinks
+pkgver=0.13
+_commit="9313aae9062e1d9ff084858fa6844259cd8237d6"
+pkgrel=12
+pkgdesc="An advanced and well-established feature-rich text mode web browser."
+arch=("i686" "x86_64")
+url="http://elinks.or.cz";
+license=('GPL')
+depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn' 'js185'
+        'gc' 'tre')
+makedepends=('git')
+source=("git+http://elinks.cz/elinks.git#commit=$_commit";)
+md5sums=('SKIP')
+
+build() {
+  cd elinks
+  [ -x configure ] || sh autogen.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+              --sysconfdir=/etc \
+              --disable-smb --without-x --enable-cgi \
+              --enable-leds --enable-256-colors --enable-html-highlight \
+              --with-zlib
+  make
+}
+
+package() {
+  cd elinks
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir/usr/share/locale/locale.alias"
+
+  install -D -m644 "contrib/debian/$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+}

Reply via email to