Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
814
Issues
814
List
Boards
Labels
Milestones
Merge Requests
54
Merge Requests
54
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
2992b19e
Commit
2992b19e
authored
Jun 28, 2019
by
Leo
Committed by
Natanael Copa
Jul 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/avfs: upgrade to 1.1.0
parent
72fa5998
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
+14
-6
main/avfs/APKBUILD
main/avfs/APKBUILD
+14
-6
No files found.
main/avfs/APKBUILD
View file @
2992b19e
# Contributor: V.Krishn <vkrishn4@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
avfs
pkgver
=
1.
0.6
pkgver
=
1.
1.0
pkgrel
=
0
pkgdesc
=
"A Virtual File System for looking into archives"
url
=
"http://avf.sourceforge.net/"
arch
=
"all"
license
=
"GPL-2.0-or-later"
depends
=
"bash"
makedepends
=
"zlib-dev bzip2-dev fuse-dev"
makedepends
=
"zlib-dev bzip2-dev fuse-dev
zstd-dev xz-dev
"
subpackages
=
"
$pkgname
-dev"
source
=
"https://downloads.sourceforge.net/project/avf/avfs/
$pkgver
/avfs-
$pkgver
.tar.bz2"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
cd
"
$builddir
"
./configure
\
...
...
@@ -21,13 +19,23 @@ build() {
--host
=
$CHOST
\
--enable-fuse
\
--enable-library
\
--prefix
=
/usr
--with-system-zlib
\
--with-system-bzlib
\
--with-xz
\
--with-zstd
\
--prefix
=
/usr
\
--disable-static
make
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"
6b9c070896c5d5abbb6a8c14a7dfd39d9b58d13a6db122b5bf1756b2da7435dfbc00a1fd04bedf99b94b76d9ec7f8c05fccc21de6b9e713fc60cfe0ec88064b4 avfs-1.0.6
.tar.bz2"
sha512sums
=
"
415a52bfecb58cc67818a7e247e0cc40892c81431cdf13a607b4a233aa312ac900f1d33c060aa7495df50c3dda553115ab0b159950811318ca6850847ddbd4fa avfs-1.1.0
.tar.bz2"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment