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

Alad Wenter alad at archlinux.org
Sat Oct 14 16:56:26 UTC 2017


    Date: Saturday, October 14, 2017 @ 16:56:25
  Author: alad
Revision: 262761

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

Added:
  edbrowse/repos/community-testing-i686/
  edbrowse/repos/community-testing-i686/PKGBUILD
    (from rev 262760, edbrowse/trunk/PKGBUILD)
  edbrowse/repos/community-testing-x86_64/
  edbrowse/repos/community-testing-x86_64/PKGBUILD
    (from rev 262760, edbrowse/trunk/PKGBUILD)

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

Copied: edbrowse/repos/community-testing-i686/PKGBUILD (from rev 262760, edbrowse/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-10-14 16:56:25 UTC (rev 262761)
@@ -0,0 +1,36 @@
+# Maintainer: Alad Wenter <alad (at) mailbox.org>
+# Contributor: Chris Brannon <cmbrannon (at) cox.net>
+# Contributor: joyfulgirl <joyfulgirl (at) archlinux.us>
+# Contributor: Chuck Boucher <jofywyxaxukyvofa (at) tempomail.fr>
+# Contributor: aksr <aksr at t-com dot me>
+pkgname=edbrowse
+pkgver=3.7.1
+pkgrel=1
+pkgdesc="line-oriented editor, browser and mail client"
+arch=('i686' 'x86_64')
+url="http://edbrowse.org/"
+license=('GPL' 'MPL')
+depends=('duktape' 'tidy' 'curl' 'pcre')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/CMB/edbrowse/archive/v$pkgver.tar.gz")
+sha256sums=('12edf1834bbfb93335002c222a0f472eb4551a5b3a99d67c8a5e9dc05f97e37a')
+
+build() {
+    cd "$pkgname-$pkgver"
+    make CFLAGS="-I/usr/include/tidy" all
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make -C src DESTDIR="$pkgdir" prefix=/usr install
+
+    install -Dm644 README CHANGES \
+	    -t "$pkgdir/usr/share/doc/$pkgname/README"
+    install -Dm644 COPYING \
+	    -t "$pkgdir/usr/share/licenses/$pkgname"
+
+    install -Dm644 doc/usersguide.html doc/sample.ebrc \
+	    -t "$pkgdir/usr/share/doc/edbrowse"
+    install -Dm644 doc/man-edbrowse-debian.1 \
+	    -T "$pkgdir/usr/share/man/man1/edbrowse.1"
+}
+

Copied: edbrowse/repos/community-testing-x86_64/PKGBUILD (from rev 262760, edbrowse/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-10-14 16:56:25 UTC (rev 262761)
@@ -0,0 +1,36 @@
+# Maintainer: Alad Wenter <alad (at) mailbox.org>
+# Contributor: Chris Brannon <cmbrannon (at) cox.net>
+# Contributor: joyfulgirl <joyfulgirl (at) archlinux.us>
+# Contributor: Chuck Boucher <jofywyxaxukyvofa (at) tempomail.fr>
+# Contributor: aksr <aksr at t-com dot me>
+pkgname=edbrowse
+pkgver=3.7.1
+pkgrel=1
+pkgdesc="line-oriented editor, browser and mail client"
+arch=('i686' 'x86_64')
+url="http://edbrowse.org/"
+license=('GPL' 'MPL')
+depends=('duktape' 'tidy' 'curl' 'pcre')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/CMB/edbrowse/archive/v$pkgver.tar.gz")
+sha256sums=('12edf1834bbfb93335002c222a0f472eb4551a5b3a99d67c8a5e9dc05f97e37a')
+
+build() {
+    cd "$pkgname-$pkgver"
+    make CFLAGS="-I/usr/include/tidy" all
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make -C src DESTDIR="$pkgdir" prefix=/usr install
+
+    install -Dm644 README CHANGES \
+	    -t "$pkgdir/usr/share/doc/$pkgname/README"
+    install -Dm644 COPYING \
+	    -t "$pkgdir/usr/share/licenses/$pkgname"
+
+    install -Dm644 doc/usersguide.html doc/sample.ebrc \
+	    -t "$pkgdir/usr/share/doc/edbrowse"
+    install -Dm644 doc/man-edbrowse-debian.1 \
+	    -T "$pkgdir/usr/share/man/man1/edbrowse.1"
+}
+



More information about the arch-commits mailing list