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