]> git.pld-linux.org Git - packages/i3.git/commitdiff
Initial add of spec for i3 Window Manager. NFY
authorCaleb Maclennan <caleb@pld-linux.org>
Mon, 6 Aug 2012 10:51:03 +0000 (13:51 +0300)
committerCaleb Maclennan <caleb@pld-linux.org>
Mon, 6 Aug 2012 10:51:03 +0000 (13:51 +0300)
i3.spec [new file with mode: 0644]

diff --git a/i3.spec b/i3.spec
new file mode 100644 (file)
index 0000000..7735b2c
--- /dev/null
+++ b/i3.spec
@@ -0,0 +1,51 @@
+Summary:       improved tiling wm
+Name:          i3
+Version:       4.2
+Release:       0.1
+License:       BSD
+Group:         X11/Window Managers
+Source0:       http://i3wm.org/downloads/%{name}-%{version}.tar.bz2
+# Source0-md5: -
+URL:           http://i3wm.org/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+i3 is a tiling window manager, completely written from scratch. The
+target platforms are GNU/Linux and BSD operating systems, our code
+is Free and Open Source Software (FOSS) under the BSD license. i3 is
+primarily targeted at advanced users and developers.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%pre
+
+%post
+
+%preun
+
+%postun
+
+%preun
+
+%post
+
+%preun
+
+%postun
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS CHANGES ChangeLog NEWS README THANKS TODO
This page took 0.066242 seconds and 4 git commands to generate.