]> git.pld-linux.org Git - packages/WMRack.git/blob - WMRack.spec
- working Source0 URL
[packages/WMRack.git] / WMRack.spec
1 Summary:        A WindowMaker Dock CD+Sound Applet
2 Summary(pl):    Dokowalny aplet CD+Sound do WindowMakera
3 Name:           WMRack
4 Version:        1.0b5
5 Release:        5
6 License:        GPL
7 Vendor:         FGA bitart Furch & Graf GbR
8 Group:          X11/Window Managers/Tools
9 Source0:        http://dl.sourceforge.net/wmrack/%{name}-%{version}.tar.gz
10 Patch0:         %{name}-DESTDIR.patch
11 #Icon:          wmrack.gif
12 URL:            http://wmrack.sf.net/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr/X11R6
18 %define         _mandir         %{_prefix}/man
19
20 %description
21 It features cdrom and mixer functions.
22
23 Read the manpage for a description of the supported functions and how
24 to install the applet to your button bar (Wharf, Dock, etc...)
25
26 Sorry, styles not updated. Wait for the non-beta. Old styles still
27 work but need an extra (middle) button.
28
29 %description -l pl
30 WMRack zawiera funkcje miksera i odtwarzacza cdrom.
31
32 Przeczytaj stronê manuala, je¿eli szukasz opisu obs³ugiwanych funkcji
33 oraz jak zainstalowaæ aplet na swoim pasku przycisków (Wharf, Dock,
34 itp).
35
36 %prep
37 %setup -q
38 %patch0 -p1
39
40 %build
41 %{__aclocal}
42 %{__autoconf}
43 %configure
44
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 %{__make} install DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc README TODO WARRANTY
57 #%{_prefix}/GNUstep/Library/WMRack
58 %{_libdir}/WMRack
59
60 %attr(755,root,root) %{_bindir}/*
61 %{_mandir}/man1/*
This page took 0.049767 seconds and 3 git commands to generate.