[arch-commits] Commit in libhubbub/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Feb 25 12:46:08 UTC 2019
Date: Monday, February 25, 2019 @ 12:46:05
Author: arodseth
Revision: 435766
archrelease: copy trunk to community-x86_64
Added:
libhubbub/repos/community-x86_64/PKGBUILD
(from rev 435765, libhubbub/trunk/PKGBUILD)
Deleted:
libhubbub/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-25 12:45:09 UTC (rev 435765)
+++ PKGBUILD 2019-02-25 12:46:05 UTC (rev 435766)
@@ -1,38 +0,0 @@
-# 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.5
-pkgrel=1
-pkgdesc='HTML5 compliant parsing library'
-arch=('x86_64')
-url='http://www.netsurf-browser.org/projects/hubbub/' # no https available
-license=('MIT')
-depends=('libparserutils>=0.2.4')
-makedepends=('netsurf-buildsystem>=1.7')
-source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz") # no https available
-sha256sums=('aa82e36be124e582e307929eee81a42ffaf4355b2986934917271d65d20cd88f')
-
-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:
Copied: libhubbub/repos/community-x86_64/PKGBUILD (from rev 435765, libhubbub/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-02-25 12:46:05 UTC (rev 435766)
@@ -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.5
+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>=1.7')
+source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz") # no https available
+sha256sums=('aa82e36be124e582e307929eee81a42ffaf4355b2986934917271d65d20cd88f')
+
+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