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
b14dceb2
Commit
b14dceb2
authored
7 years ago
by
prspkt
Committed by
Sören Tempel
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/archivemount: upgrade to 0.8.10, modernize
parent
f32c9bd4
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
+8
-11
8 additions, 11 deletions
community/archivemount/APKBUILD
with
8 additions
and
11 deletions
community/archivemount/APKBUILD
+
8
−
11
View file @
b14dceb2
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
archivemount
pkgname
=
archivemount
pkgver
=
0.8.
7
pkgver
=
0.8.
10
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"FUSE based filesystem for mounting compressed archives"
pkgdesc
=
"FUSE based filesystem for mounting compressed archives"
url
=
"http://www.cybernoia.de/software/archivemount
/
"
url
=
"http://www.cybernoia.de/software/archivemount"
arch
=
"all"
arch
=
"all"
license
=
"LGPL-2.0-or-later"
license
=
"LGPL-2.0-or-later"
depends
=
""
depends
=
""
...
@@ -12,8 +12,8 @@ depends_dev=""
...
@@ -12,8 +12,8 @@ depends_dev=""
makedepends
=
"
$depends_dev
fuse-dev libarchive-dev"
makedepends
=
"
$depends_dev
fuse-dev libarchive-dev"
install
=
""
install
=
""
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc"
source
=
"
http://www.cybernoia.de/software/archivemount/archivemount
-
$pkgver
.tar.gz"
source
=
"
$url
/
$pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
"
/archivemount
-
$pkgver
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
build
()
{
cd
"
$builddir
"
cd
"
$builddir
"
...
@@ -24,16 +24,13 @@ build() {
...
@@ -24,16 +24,13 @@ build() {
--sysconfdir
=
/etc
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--infodir
=
/usr/share/info
\
--localstatedir
=
/var
\
--localstatedir
=
/var
||
return
1
make
make
||
return
1
}
}
package
()
{
package
()
{
cd
"
$builddir
"
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
}
}
md5sums
=
"7fee322a4b1d960e19a64870ca78924b archivemount-0.8.7.tar.gz"
sha512sums
=
"85019bf5f79267f9df4b32e746ff61f112be59f842f36401c8e2013f7ad2c4d1cdd2d72afc356d24304c1772a7f974b9612b5f9fb5c8614aed8ee2467823e7c1 archivemount-0.8.10.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