]> git.pld-linux.org Git - packages/WMRack.git/blob - WMRack.spec
207fcd7d2ebc416ba2029f5a68aa088d4242b374
[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 # Source0-md5:  0832e522a3641d74698c98e47d981de7
11 Patch0:         %{name}-DESTDIR.patch
12 #Icon:          wmrack.gif
13 URL:            http://wmrack.sf.net/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _prefix         /usr/X11R6
19 %define         _mandir         %{_prefix}/man
20
21 %description
22 It features cdrom and mixer functions.
23
24 Read the manpage for a description of the supported functions and how
25 to install the applet to your button bar (Wharf, Dock, etc...)
26
27 Sorry, styles not updated. Wait for the non-beta. Old styles still
28 work but need an extra (middle) button.
29
30 %description -l pl
31 WMRack zawiera funkcje miksera i odtwarzacza cdrom.
32
33 Przeczytaj stronê manuala, je¿eli szukasz opisu obs³ugiwanych funkcji
34 oraz jak zainstalowaæ aplet na swoim pasku przycisków (Wharf, Dock,
35 itp).
36
37 %prep
38 %setup -q
39 %patch0 -p1
40
41 %build
42 %{__aclocal}
43 %{__autoconf}
44 %configure
45
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 %{__make} install DESTDIR=$RPM_BUILD_ROOT
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc README TODO WARRANTY
58 #%%{_prefix}/GNUstep/Library/WMRack
59 %{_libdir}/WMRack
60
61 %attr(755,root,root) %{_bindir}/*
62 %{_mandir}/man1/*
This page took 0.049796 seconds and 2 git commands to generate.