mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 01:29:58 +00:00
Rename directory: app -> bridge
This commit is contained in:
7
bridge/packaging/linux/deb/DEBIAN/control
Normal file
7
bridge/packaging/linux/deb/DEBIAN/control
Normal file
@@ -0,0 +1,7 @@
|
||||
Package: {{packageName}}
|
||||
Version: {{applicationVersion}}
|
||||
Priority: optional
|
||||
Maintainer: {{{author}}}
|
||||
Architecture: amd64
|
||||
Description: {{applicationName}}
|
||||
Depends: avahi-daemon, libavahi-compat-libdnssd1
|
||||
27
bridge/packaging/linux/rpm/package.spec
Normal file
27
bridge/packaging/linux/rpm/package.spec
Normal file
@@ -0,0 +1,27 @@
|
||||
%global __os_install_post %{nil}
|
||||
%define _source_payload w7.lzdio
|
||||
%define _binary_payload w7.lzdio
|
||||
|
||||
Name: {{packageName}}
|
||||
Summary: {{applicationName}}
|
||||
Version: {{applicationVersion}}
|
||||
Release: 1
|
||||
License: MIT
|
||||
Requires: avahi, avahi-compat-libdns_sd, nss-mdns
|
||||
|
||||
%description
|
||||
{{applicationName}}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/{{{executablePath}}} \
|
||||
$RPM_BUILD_ROOT/{{{manifestPath}}}
|
||||
|
||||
cp %{_distdir}/{{{executableName}}} $RPM_BUILD_ROOT/{{{executablePath}}}
|
||||
cp %{_distdir}/{{{bindingName}}} $RPM_BUILD_ROOT/{{{executablePath}}}
|
||||
cp %{_distdir}/{{{manifestName}}} $RPM_BUILD_ROOT/{{{manifestPath}}}
|
||||
|
||||
%files
|
||||
{{{executablePath}}}/{{{executableName}}}
|
||||
{{{executablePath}}}/{{{bindingName}}}
|
||||
{{{manifestPath}}}/{{{manifestName}}}
|
||||
Reference in New Issue
Block a user