]> git.pld-linux.org Git - packages/audtty.git/blob - audtty.spec
- tabs in preamble
[packages/audtty.git] / audtty.spec
1 Summary:        NCurses interface to Audacious media player
2 Summary(pl.UTF-8):      Interfejs ncurses do odtwarzacza multimedialnego Audacious
3 Name:           audtty
4 Version:        0.1.3
5 Release:        1
6 License:        GPL
7 Group:          Applications/Multimedia
8 Source0:        http://www.nenolod.net/audtool/%{name}-%{version}.tar.bz2
9 # Source0-md5:  d0346950d1c9e58635de1b89c83f9eb7
10 URL:            http://audacious-media-player.org/Audtty
11 BuildRequires:  audacious-devel
12 BuildRequires:  autoconf
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Audtty is an ncurses-based client for Audacious media player.
17
18 %description -l pl.UTF-8
19 Audtty to oparty na ncurses klient odtwarzacza multimedialnego
20 Audacious.
21
22 %prep
23 %setup -q
24
25 %build
26 %{__autoconf}
27 %configure
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
This page took 0.099344 seconds and 3 git commands to generate.