[arch-commits] Commit in libparserutils/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Jul 29 10:07:52 UTC 2019


    Date: Monday, July 29, 2019 @ 10:07:52
  Author: arodseth
Revision: 494545

archrelease: copy trunk to community-x86_64

Added:
  libparserutils/repos/community-x86_64/PKGBUILD
    (from rev 494544, libparserutils/trunk/PKGBUILD)
Deleted:
  libparserutils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-29 10:07:47 UTC (rev 494544)
+++ PKGBUILD	2019-07-29 10:07:52 UTC (rev 494545)
@@ -1,30 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=libparserutils
-pkgver=0.2.4
-pkgrel=3
-pkgdesc='Library for building efficient parsers'
-arch=(x86_64)
-url='https://www.netsurf-browser.org/projects/libparserutils/'
-license=(MIT)
-makedepends=('netsurf-buildsystem>=1.7')
-source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz")
-sha256sums=('322bae61b30ccede3e305bf6eae2414920649775bc5ff1d1b688012a3c4947d8')
-
-build() {
-  cd $pkgname-$pkgver
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
-    COMPONENT_TYPE=lib-shared
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libparserutils/repos/community-x86_64/PKGBUILD (from rev 494544, libparserutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-29 10:07:52 UTC (rev 494545)
@@ -0,0 +1,31 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=libparserutils
+pkgver=0.2.4
+pkgrel=4
+pkgdesc='Library for building efficient parsers'
+arch=(x86_64)
+url='https://www.netsurf-browser.org/projects/libparserutils/'
+license=(MIT)
+makedepends=('netsurf-buildsystem')
+source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz")
+sha256sums=('322bae61b30ccede3e305bf6eae2414920649775bc5ff1d1b688012a3c4947d8')
+
+build() {
+  cd $pkgname-$pkgver
+  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
+  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
+    COMPONENT_TYPE=lib-shared
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: source.netsurf-browser.org/libparserutils.git/plain/Makefile
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list