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

Antonio Rojas arojas at gemini.archlinux.org
Tue Jun 28 06:08:39 UTC 2022


    Date: Tuesday, June 28, 2022 @ 06:08:38
  Author: arojas
Revision: 449515

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 35 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-28 06:08:26 UTC (rev 449514)
+++ PKGBUILD	2022-06-28 06:08:38 UTC (rev 449515)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=squashfuse
-pkgver=0.1.104
-pkgrel=2
-pkgdesc="FUSE filesystem to mount squashfs archives"
-arch=(x86_64)
-url="https://github.com/vasi/squashfuse"
-license=(custom)
-depends=(fuse zstd)
-makedepends=()
-source=(https://github.com/vasi/squashfuse/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('aa52460559e0d0b1753f6b1af5c68cfb777ca5a13913285e93f4f9b7aa894b3a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' -i libtool # Fix overlinking
-  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
-}

Copied: squashfuse/repos/extra-x86_64/PKGBUILD (from rev 449514, squashfuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-28 06:08:38 UTC (rev 449515)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=squashfuse
+pkgver=0.1.105
+pkgrel=1
+pkgdesc="FUSE filesystem to mount squashfs archives"
+arch=(x86_64)
+url="https://github.com/vasi/squashfuse"
+license=(custom)
+depends=(fuse zstd)
+makedepends=()
+source=(https://github.com/vasi/squashfuse/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('3f776892ab2044ecca417be348e482fee2839db75e35d165b53737cb8153ab1e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' -i libtool # Fix overlinking
+  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
+}



More information about the arch-commits mailing list