New package: fuse-archivemount-0.8.3.
This commit is contained in:
parent
f31e027fc8
commit
84462d1a86
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'fuse-archivemount'
|
||||
pkgname=fuse-archivemount
|
||||
version=0.8.3
|
||||
revision=1
|
||||
wrksrc="${pkgname/fuse-/}-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="fuse-devel libarchive-devel"
|
||||
short_desc="Mounts an archive for access as a file system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2"
|
||||
homepage="http://www.cybernoia.de/software/archivemount/"
|
||||
distfiles="${homepage}/${pkgname/fuse-/}-${version}.tar.gz"
|
||||
checksum=e78899a8b7c9cb43fa4526d08c54a9e171475c00bf095770b8779a33e37661ff
|
||||
|
||||
fuse-archivemount_package() {
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue