New package: avfs-1.0.5
This commit is contained in:
parent
d9d9d6a6fe
commit
085e0942b3
4 changed files with 36 additions and 0 deletions
|
@ -811,6 +811,7 @@ libpeas-1.0.so.0 libpeas-1.0.0_2
|
|||
libpeas-gtk-1.0.so.0 libpeas-1.0.0_2
|
||||
libtotem.so.0 libtotem-3.6.2_1
|
||||
libclutter-1.0.so.0 clutter-1.14.0_1
|
||||
libavfs.so.0 libavfs-1.0.5_1
|
||||
libgjs.so.0 gjs-0.7.11_1
|
||||
libgjs-gi.so gjs-0.7.11_1
|
||||
libgjs-dbus.so.0 gjs-0.7.11_1
|
||||
|
|
1
srcpkgs/avfs-devel
Symbolic link
1
srcpkgs/avfs-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
avfs
|
33
srcpkgs/avfs/template
Normal file
33
srcpkgs/avfs/template
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Template file for 'avfs'
|
||||
pkgname=avfs
|
||||
version=1.0.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="fuse-devel liblzma-devel"
|
||||
depends="perl"
|
||||
short_desc="Virtual filesystem that allows browsing compressed files"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="GPL-2.0-only, LGPL-2.0-only"
|
||||
homepage="http://avf.sourceforge.net/"
|
||||
distfiles="$SOURCEFORGE_SITE/avf/avfs-${version}.tar.bz2"
|
||||
checksum=e5ce6b1f4193c37148b1b8a021f4f3d05e88f725cf11b16b95a58e8fdae50176
|
||||
|
||||
libavfs_package() {
|
||||
short_desc+=" - library"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so.*"
|
||||
vmove usr/lib/avfs
|
||||
}
|
||||
}
|
||||
|
||||
avfs-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="avfs>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/bin/avfs-config
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
1
srcpkgs/libavfs
Symbolic link
1
srcpkgs/libavfs
Symbolic link
|
@ -0,0 +1 @@
|
|||
avfs
|
Loading…
Reference in a new issue