[arch-commits] Commit in squashfuse/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Nov 16 19:18:49 UTC 2018


    Date: Friday, November 16, 2018 @ 19:18:48
  Author: arojas
Revision: 339782

archrelease: copy trunk to extra-x86_64

Added:
  squashfuse/repos/extra-x86_64/PKGBUILD
    (from rev 339781, squashfuse/trunk/PKGBUILD)
Deleted:
  squashfuse/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++++--------------------------
 1 file changed, 30 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-16 19:18:14 UTC (rev 339781)
+++ PKGBUILD	2018-11-16 19:18:48 UTC (rev 339782)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=squashfuse
-pkgver=0.1.103
-pkgrel=1
-pkgdesc="FUSE filesystem to mount squashfs archives"
-arch=(x86_64)
-url="https://github.com/vasi/squashfuse"
-license=(custom)
-depends=(fuse2 zstd)
-makedepends=()
-source=("https://github.com/vasi/squashfuse/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('42d4dfd17ed186745117cfd427023eb81effff3832bab09067823492b6b982e7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: squashfuse/repos/extra-x86_64/PKGBUILD (from rev 339781, squashfuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-16 19:18:48 UTC (rev 339782)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=squashfuse
+pkgver=0.1.103
+pkgrel=2
+pkgdesc="FUSE filesystem to mount squashfs archives"
+arch=(x86_64)
+url="https://github.com/vasi/squashfuse"
+license=(custom)
+depends=(fuse2 zstd)
+makedepends=()
+source=("https://github.com/vasi/squashfuse/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('42d4dfd17ed186745117cfd427023eb81effff3832bab09067823492b6b982e7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+
+# install missing headers
+  install -Dm644 *.h -t "$pkgdir"/usr/include/squashfuse
+  sed -e 's|\#include \"|\#include \"squashfuse\/|g' -i "$pkgdir"/usr/include/squashfuse.h
+}



More information about the arch-commits mailing list