Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
knuxify
aports
Commits
9af18f85
Commit
9af18f85
authored
8 years ago
by
Francesco Colista
Browse files
Options
Downloads
Patches
Plain Diff
community/archivemount: upgrade to 0.8.7
parent
def565a1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/archivemount/APKBUILD
+7
-17
7 additions, 17 deletions
community/archivemount/APKBUILD
with
7 additions
and
17 deletions
community/archivemount/APKBUILD
+
7
−
17
View file @
9af18f85
# 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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment