]> git.pld-linux.org Git - packages/audtty.git/blob - audtty.spec
- added, NFY
[packages/audtty.git] / audtty.spec
1 #
2 Summary:        NCurses interface to Audacious media player
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:  autoconf
12 BuildRequires:  audacious-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16
17 %prep
18 %setup -q
19
20 %build
21 %{__autoconf}
22 %configure
23 %{__make}
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27
28 %{__make} install \
29         DESTDIR=$RPM_BUILD_ROOT
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
This page took 0.070682 seconds and 4 git commands to generate.