avfs: update to 1.1.2.
This commit is contained in:
parent
245571442c
commit
5269330187
2 changed files with 15 additions and 3 deletions
10
srcpkgs/avfs/patches/musl.patch
Normal file
10
srcpkgs/avfs/patches/musl.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- modules/urar.c 2020-04-27 22:03:40.000000000 +0200
|
||||||
|
+++ - 2020-05-03 17:32:03.278239581 +0200
|
||||||
|
@@ -17,6 +17,7 @@
|
||||||
|
|
||||||
|
#include <fcntl.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
+#include <limits.h>
|
||||||
|
|
||||||
|
#define DOS_DIR_SEP_CHAR '\\'
|
||||||
|
|
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'avfs'
|
# Template file for 'avfs'
|
||||||
pkgname=avfs
|
pkgname=avfs
|
||||||
version=1.1.1
|
version=1.1.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--with-system-zlib --with-system-bzlib"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="fuse-devel liblzma-devel libzstd-devel"
|
makedepends="fuse-devel liblzma-devel libzstd-devel zlib-devel bzip2-devel"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
short_desc="Virtual filesystem that allows browsing compressed files"
|
short_desc="Virtual filesystem that allows browsing compressed files"
|
||||||
maintainer="John <johnz@posteo.net>"
|
maintainer="John <johnz@posteo.net>"
|
||||||
license="GPL-2.0-only, LGPL-2.0-only"
|
license="GPL-2.0-only, LGPL-2.0-only"
|
||||||
homepage="http://avf.sourceforge.net/"
|
homepage="http://avf.sourceforge.net/"
|
||||||
distfiles="$SOURCEFORGE_SITE/avf/avfs-${version}.tar.bz2"
|
distfiles="$SOURCEFORGE_SITE/avf/avfs-${version}.tar.bz2"
|
||||||
checksum=c83eef7f8676db6fed0a18373c433e0ff55af1651246303ebe1181e8ef8bbf3b
|
checksum=b69339d3602221bc381fd7528e6dda4b23522f825781638be3fa7d9b8837ab0c
|
||||||
|
|
||||||
libavfs_package() {
|
libavfs_package() {
|
||||||
short_desc+=" - library"
|
short_desc+=" - library"
|
||||||
|
@ -26,6 +27,7 @@ avfs-devel_package() {
|
||||||
depends="avfs>=${version}_${revision}"
|
depends="avfs>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/avfs-config
|
vmove usr/bin/avfs-config
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
|
|
Loading…
Add table
Reference in a new issue