]> git.pld-linux.org Git - packages/wmMatrix.git/blob - wmMatrix.spec
- removed two lines with define
[packages/wmMatrix.git] / wmMatrix.spec
1 Summary:        WindowMaker docklet with box in Matrix style
2 Summary(pl):    Aplet dla WindowMakera wy¶wietlaj±cy spadaj±ce znaczki
3 Name:           wmMatrix
4 Version:        0.2
5 Release:        1
6 License:        GPL
7 Source0:        http://nis-www.lanl.gov/~mgh/WindowMaker/%{name}-%{version}.tar.gz
8 URL:            http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml
9 Group:          X11/Window Managers/Tools
10 BuildRequires:  XFree86-devel
11 Requires:       xscreensaver    
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14
15 %description
16 A DockApp thats runs a slightly modified version of Jamie Zawinski's
17 xmatrix screenhack.
18
19 %description -l pl
20 Dokowalny aplet dla WindowMakera wy¶wietlaj±cy spadaj±ce znaczki,
21 znane z filmu Matrix.
22
23 %prep
24 %setup -q
25
26 %build
27 %{__make} clean
28 %{__make} \
29         CC="%{__cc}" \
30         CFLAGS="%{rpmcflags}"
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT{%{_bindir},%{_applnkdir}/DockApplets}
35
36 install %{name}       $RPM_BUILD_ROOT%{_bindir}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %attr(755,root,root) %{_bindir}/%{name}
This page took 0.063364 seconds and 4 git commands to generate.