Author: witekfl                      Date: Sat Mar  5 17:09:31 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/tinywm:
   tinywm.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/tinywm/tinywm.spec
diff -u /dev/null packages/tinywm/tinywm.spec:1.1
--- /dev/null   Sat Mar  5 18:09:31 2011
+++ packages/tinywm/tinywm.spec Sat Mar  5 18:09:26 2011
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary:       Tiny X Window manager
+Summary(pl.UTF-8):     Bardzo mały menadżer okien
+Name:          tinywm
+Version:       1.3
+Release:       1
+License:       Public Domain
+Group:         X11/Window Managers
+Source0:       http://www.incise.org/files/dev/%{name}-%{version}.tgz
+# Source0-md5: 8b1c1c3a0615af122b6f9f16ead6a34e
+URL:           http://www.incise.org/tinywm.html
+BuildRequires: xorg-lib-libX11-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+TinyWM is a ridiculously tiny window manager implemented in nearly as
+few lines of C as possible, without being obfuscated or entirely
+useless. It allows you to move, resize, focus (sloppy), and raise
+windows -- that's it! TinyWM's main purpose is to serve as a quick
+example of some window manager programming basics.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}" \
+       PREFIX="%{_prefix}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install tinywm $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/tinywm
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/03/05 17:09:26  witekfl
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to