[arch-commits] Commit in libhubbub/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:41:01 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:41:00
  Author: felixonmars
Revision: 659354

archrelease: copy trunk to community-staging-x86_64

Added:
  libhubbub/repos/community-staging-x86_64/
  libhubbub/repos/community-staging-x86_64/PKGBUILD
    (from rev 659353, libhubbub/trunk/PKGBUILD)

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

Copied: libhubbub/repos/community-staging-x86_64/PKGBUILD (from rev 659353, libhubbub/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 16:41:00 UTC (rev 659354)
@@ -0,0 +1,38 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
+
+pkgname=libhubbub
+pkgver=0.3.7
+pkgrel=2
+pkgdesc='HTML5 compliant parsing library'
+arch=(x86_64)
+url='https://www.netsurf-browser.org/projects/hubbub/'
+license=(MIT)
+depends=('libparserutils>=0.2.4')
+makedepends=('netsurf-buildsystem')
+source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz")
+sha256sums=('9e7ae253e6c9069e757eb9ad4e4846f38b4db52c0ca0151446a9fa4a977735b6')
+
+build() {
+  make -C $pkgname-$pkgver \
+    INCLUDEDIR=include \
+    LIBDIR=lib \
+    PREFIX=/usr \
+    COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  make -C $pkgname-$pkgver \
+    INCLUDEDIR=include \
+    LIBDIR=lib \
+    PREFIX=/usr \
+    DESTDIR="$pkgdir" \
+    COMPONENT_TYPE=lib-shared \
+    install
+
+  install -Dm644 $pkgname-$pkgver/COPYING \
+    "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list