]> git.pld-linux.org Git - packages/herrie.git/blob - herrie.spec
2a45417a9c8be54f90861bcde0b3e3cc14214461
[packages/herrie.git] / herrie.spec
1 Summary:        A command line music player
2 Summary(pl):    Konsolowy odtwarzacz muzyki
3 Name:           herrie
4 Version:        0.6
5 Release:        1
6 License:        GPL
7 Group:          Applications/Sound
8 Source0:        http://www.il.fontys.nl/~ed/projects/herrie/distfiles/%{name}-%{version}.tar.gz
9 # Source0-md5:  579231dc7bfa660cab702aef02921480
10 Patch0:         %{name}-makefile.patch
11 Patch1:         %{name}-curses.patch
12 URL:            http://g-rave.nl/projects/herrie/
13 BuildRequires:  curl-devel
14 BuildRequires:  gettext-devel
15 BuildRequires:  glib-devel
16 BuildRequires:  libao-devel
17 BuildRequires:  libid3tag-devel
18 BuildRequires:  libmad-devel
19 BuildRequires:  libsndfile-devel
20 BuildRequires:  libvorbis-devel
21 BuildRequires:  ncurses-devel
22 BuildRequires:  openssl-devel
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Herrie is a command line music player. It has a split-screen file
27 manager and playlist interface and supports a number of file formats
28 (MP3, Ogg Vorbis, wave, FLAC, etc).
29
30 %description -l pl
31 Herrie jest konsolowym odtwarzaczem muzyki. Posiada on ekran
32 podzielony na mened¿era plików oraz interfejs playlisty. Wspomaga on
33 wiele formatów plików (MP3, Ogg Vorbis, wave, FLAC itp).
34
35 %prep
36 %setup -q
37 %patch0 -p1
38 %patch1 -p1
39
40 %build
41 cd src/
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 install -d $RPM_BUILD_ROOT%{_bindir}
48 install -d $RPM_BUILD_ROOT%{_mandir}/man1
49
50 %{__make} -C src/ install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %find_lang %{name}
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files -f %{name}.lang
59 %defattr(644,root,root,755)
60 %doc ChangeLog README TODO
61 %attr(755,root,root) %{_bindir}/*
62 %{_mandir}/man1/%{name}.1*
This page took 0.095531 seconds and 2 git commands to generate.