mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-plugins/kodi-vfs-libarchive: Libarchive VFS add-on for Kodi
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit cmake-utils kodi-addon
|
||||
|
||||
DESCRIPTION="Libarchive VFS add-on for Kodi"
|
||||
HOMEPAGE="https://github.com/notspiff/vfs.libarchive"
|
||||
SRC_URI=""
|
||||
|
||||
case ${PV} in
|
||||
9999)
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/notspiff/vfs.libarchive.git"
|
||||
inherit git-r3
|
||||
;;
|
||||
*)
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/notspiff/vfs.libarchive/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/vfs.libarchive-${PV}"
|
||||
;;
|
||||
esac
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="libressl"
|
||||
|
||||
DEPEND="
|
||||
app-arch/libarchive[bzip2,lz4,lzma,lzo,zlib]
|
||||
app-arch/lzma
|
||||
app-arch/bzip2
|
||||
sys-libs/zlib
|
||||
app-arch/lz4
|
||||
dev-libs/lzo:2
|
||||
!libressl? ( >=dev-libs/openssl-1.0.2l:0= )
|
||||
libressl? (
|
||||
dev-libs/libressl:0=
|
||||
app-arch/libarchive[libressl]
|
||||
)
|
||||
=media-tv/kodi-9999
|
||||
"
|
||||
12
media-plugins/kodi-vfs-libarchive/metadata.xml
Normal file
12
media-plugins/kodi-vfs-libarchive/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>candrews@gentoo.org</email>
|
||||
<name>Craig Andrews</name>
|
||||
</maintainer>
|
||||
<longdescription>Libarchive VFS add-on for Kodi</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">notspiff/vfs.libarchive</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user