[arch-commits] Commit in squashfuse/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Mar 29 17:30:43 UTC 2021
Date: Monday, March 29, 2021 @ 17:30:43
Author: arojas
Revision: 411219
archrelease: copy trunk to extra-x86_64
Added:
squashfuse/repos/extra-x86_64/PKGBUILD
(from rev 411218, squashfuse/trunk/PKGBUILD)
Deleted:
squashfuse/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 61 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 30 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-29 17:30:34 UTC (rev 411218)
+++ PKGBUILD 2021-03-29 17:30:43 UTC (rev 411219)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=squashfuse
-pkgver=0.1.104
-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=($pkgname-$pkgver.tar.gz::"https://github.com/vasi/squashfuse/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('9e6f4fb65bb3e5de60c8714bb7f5cbb08b5534f7915d6a4aeea008e1c669bd35')
-
-build() {
- cd $pkgname-$pkgver
- ./autogen.sh
- ./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 411218, squashfuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-03-29 17:30:43 UTC (rev 411219)
@@ -0,0 +1,30 @@
+# 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
+}
More information about the arch-commits
mailing list