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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:30:19 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:30:18
  Author: felixonmars
Revision: 659276

archrelease: copy trunk to community-staging-x86_64

Added:
  libnsutils/repos/community-staging-x86_64/
  libnsutils/repos/community-staging-x86_64/PKGBUILD
    (from rev 659275, libnsutils/trunk/PKGBUILD)

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

Copied: libnsutils/repos/community-staging-x86_64/PKGBUILD (from rev 659275, libnsutils/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 16:30:18 UTC (rev 659276)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=libnsutils
+pkgver=0.1.0
+_netsurf=3.10
+pkgrel=2
+pkgdesc='NetSurf Utilities'
+arch=(x86_64)
+url='https://source.netsurf-browser.org/libnsutils.git/'
+license=(MIT)
+makedepends=(netsurf-buildsystem)
+source=("https://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz")
+sha256sums=('495adf6b6614ce36fca6c605f7c321f9cb4a3df838043158122678ce2b3325b7')
+
+build() {
+  make -C netsurf-all-$_netsurf/$pkgname PREFIX=/usr INCLUDEDIR=include \
+    LIBDIR=lib COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  cd netsurf-all-$_netsurf/$pkgname
+  make PREFIX=/usr INCLUDEDIR=include LIBDIR=lib COMPONENT_TYPE=lib-shared \
+    DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: source.netsurf-browser.org/libnsutils.git/plain/Makefile
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list