package created using the webbuild interface [release 20.10.1-1mamba;Fri May 12 2023]
This commit is contained in:
parent
a3580dab99
commit
be2a5b73b3
51
kodi-addon-pvr-iptvsimple.spec
Normal file
51
kodi-addon-pvr-iptvsimple.spec
Normal file
@ -0,0 +1,51 @@
|
||||
Name: kodi-addon-pvr-iptvsimple
|
||||
Version: 20.10.1
|
||||
Release: 1mamba
|
||||
Summary: IPTV Simple client for Kodi PVR
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/kodi-pvr/pvr.iptvsimple
|
||||
Source: https://github.com/kodi-pvr/pvr.iptvsimple.git/%{version}-Nexus/pvr.iptvsimple-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: pugixml-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
|
||||
%description
|
||||
IPTV Simple client for Kodi PVR.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n pvr.iptvsimple-%{version}
|
||||
|
||||
%build
|
||||
%cmake -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_libdir}/kodi/addons/pvr.iptvsimple
|
||||
%{_libdir}/kodi/addons/pvr.iptvsimple/*
|
||||
%dir %{_datadir}/kodi/addons/pvr.iptvsimple
|
||||
%{_datadir}/kodi/addons/pvr.iptvsimple/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri May 12 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 20.10.1-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user