]> git.pld-linux.org Git - packages/wmMatrix.git/commitdiff
initial release
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Wed, 25 Sep 2002 14:41:13 +0000 (14:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wmMatrix.spec -> 1.1

wmMatrix.spec [new file with mode: 0644]

diff --git a/wmMatrix.spec b/wmMatrix.spec
new file mode 100644 (file)
index 0000000..37774fd
--- /dev/null
@@ -0,0 +1,42 @@
+Summary:       WindowMaker docklet with box in Matrix style
+Summary(pl):   Aplet dla WindowMakera wyswietlajacy spadajace znaczki
+Name:          wmMatrix
+Version:       0.2
+Release:       1
+License:       GPL
+Source0:       http://nis-www.lanl.gov/~mgh/WindowMaker/%{name}-%{version}.tar.gz
+URL:           http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml
+Group:         X11/Window Managers/Tools
+Requires:      xscreensaver    
+BuildRequires: XFree86-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+
+%description
+A DockApp thats runs a slightly modified version of Jamie Zawinski's
+xmatrix screenhack.
+
+%description -l pl
+Dokowalny aplet dla WindowMakera wyswietlajacy spadajace znaczki,
+znane z filmu Matrix.
+
+%prep
+%setup -q
+
+%build
+#%{__make} CC=%{__cc}
+%{__make} clean
+%{__make}
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_applnkdir}/DockApplets}
+
+install %{name}       $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}
This page took 0.073205 seconds and 4 git commands to generate.