]> git.pld-linux.org Git - SPECS.git/blob - unagi.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / unagi.spec
1 Summary:        Unagi is a modular compositing manager
2 Name:           unagi
3 Version:        0.1
4 Release:        0.1
5 License:        GPL v3
6 Group:          X11/Applications
7 Source0:        http://projects.mini-dweeb.org/attachments/download/89/%{name}-%{version}.tar.gz
8 # Source0-md5:  79251ccefaa7346991939de79a8c3bbc
9 URL:            http://projects.mini-dweeb.org/projects/unagi
10 # xcb-ewmh doesn't exist yet in PLD
11 BuildRequires:  xcb-ewmh
12 BuildRequires:  xcb-proto
13 BuildRequires:  xcb-util-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Unagi is a modular compositing manager which aims to be efficient,
18 lightweight and responsive.
19
20 %prep
21 %setup -q
22
23 %build
24 %configure
25 %{__make}
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29
30 %{__make} install \
31         DESTDIR=$RPM_BUILD_ROOT
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
39 %attr(755,root,root) %{_bindir}/*
This page took 0.054258 seconds and 3 git commands to generate.