mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
community/archivemount: upgrade to 0.8.7
This commit is contained in:
parent
def565a140
commit
9af18f851b
@ -1,7 +1,7 @@
|
||||
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=archivemount
|
||||
pkgver=0.8.3
|
||||
pkgver=0.8.7
|
||||
pkgrel=0
|
||||
pkgdesc="FUSE based filesystem for mounting compressed archives"
|
||||
url="http://www.cybernoia.de/software/archivemount/"
|
||||
@ -13,20 +13,10 @@ makedepends="$depends_dev fuse-dev libarchive-dev"
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://www.cybernoia.de/software/archivemount/archivemount-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir"/archivemount-$pkgver
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
for i in $source; do
|
||||
case $i in
|
||||
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
builddir="$srcdir"/archivemount-$pkgver
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
@ -40,10 +30,10 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
|
||||
md5sums="a8c890e3fc315b07c7e85ad73a4b4760 archivemount-0.8.3.tar.gz"
|
||||
sha256sums="e78899a8b7c9cb43fa4526d08c54a9e171475c00bf095770b8779a33e37661ff archivemount-0.8.3.tar.gz"
|
||||
sha512sums="f0d50cdce44a0ee57f0d3a32cb37af4159a7400e47a8c61360c9c0c1be6fdbe98d2aa1cc530b3a71fe70e4f550ea5ed431204d738931dca757135677e1984733 archivemount-0.8.3.tar.gz"
|
||||
md5sums="7fee322a4b1d960e19a64870ca78924b archivemount-0.8.7.tar.gz"
|
||||
sha256sums="47045ca8d4d62fbe0b4248574c65cf90a6d29b488d166aec8c365b6aafe131b6 archivemount-0.8.7.tar.gz"
|
||||
sha512sums="8869786b7fe6ef12eef2150c42a4e152e033a9387383a689a4e9ab4ead7548c11f9db8f19c62ef55ab858a6387b02af59741f39de3d600aee08ed4ddd0afe7c1 archivemount-0.8.7.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user