]> git.pld-linux.org Git - packages/WMRack.git/blob - WMRack.spec
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
[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 Group(de):      X11/Fenstermanager/Werkzeuge
10 Group(pl):      X11/Zarz±dcy Okien/Narzêdzia
11 Source0:        http://prdownloads.sourceforge.net/wmrack/%{name}-%{version}.tar.gz
12 Patch0:         %{name}-DESTDIR.patch
13 #Icon:          wmrack.gif
14 URL:            http://wmrack.sf.net/
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, itp).
34
35
36 %prep
37 %setup -q
38 %patch0 -p1
39
40 %build
41 CFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags}" \
42 aclocal
43 autoconf
44 %configure \
45         --prefix=%{_prefix} \
46         --mandir=%{_mandir}
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51 %{__make} install DESTDIR=$RPM_BUILD_ROOT
52
53 gzip -9nf README TODO WARRANTY
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc *.gz
61 #%{_prefix}/GNUstep/Library/WMRack
62 %{_libdir}/WMRack
63
64 %attr(755,root,root) %{_bindir}/*
65 %{_mandir}/man1/*
This page took 0.030756 seconds and 3 git commands to generate.