summaryrefslogtreecommitdiff
path: root/live.viewer/packaging/live.viewer.spec
blob: f817c32ec97c094bf38a25543374b09a7cdd45ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Name: live.viewer
Summary: viewer
Version: 0.0.1
Release: 1
Group: main/app
License: Flora License
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake, gettext-tools
BuildRequires: pkgconfig(dlog)
BuildRequires: pkgconfig(aul)
BuildRequires: pkgconfig(ail)
BuildRequires: pkgconfig(elementary)
BuildRequires: pkgconfig(appcore-efl)
BuildRequires: pkgconfig(livebox-viewer)
BuildRequires: pkgconfig(ecore-x)
BuildRequires: pkgconfig(livebox-service)
BuildRequires: pkgconfig(bundle)
BuildRequires: pkgconfig(capi-appfw-application)
BuildRequires: pkgconfig(capi-appfw-app-manager)
BuildRequires: edje-bin

%description
Livebox viewer development library

%prep
%setup -q

%build
cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
make %{?jobs:-j%jobs}

%install
rm -rf %{buildroot}
%make_install

%post

%files
%defattr(-,root,root,-)
/opt/usr/apps/live.viewer/*
/opt/share/*