]> git.pld-linux.org Git - SPECS.git/blob - imp3sh.spec
SPECS updated Sun 1 Aug 11:02:02 CEST 2021
[SPECS.git] / imp3sh.spec
1 Summary:        Flexible MP3/Ogg player with a shell-like interface
2 Summary(pl.UTF-8):      Elastyczny odtwarzacz MP3/Ogg z podobnym do powłoki interfejsem
3 Name:           imp3sh
4 Version:        0.2.4
5 Release:        1
6 License:        GPL, but uses commercial xaudio library
7 Group:          Applications/Sound
8 Source0:        http://www.geocities.com/kman_can/%{name}-%{version}.tar.gz
9 # Source0-md5:  82299c403a3bcb69519c0aefa319c372
10 URL:            http://www.geocities.com/kman_can/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libao-devel
14 BuildRequires:  libstdc++-devel
15 BuildRequires:  libvorbis-devel
16 BuildRequires:  ncurses-devel
17 ExclusiveArch:  %{ix86}
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 imp3sh is an MP3/Ogg player with a shell-like interface and over 90
22 built-in commands and hotkeys. imp3sh is also a terminal shell. imp3sh
23 uses the Xaudio Asynchronous Library for decoding MP3's and the libogg
24 and libvorbis libraries.
25
26 %description -l pl.UTF-8
27 imp3sh jest odtwarzaczem MP3/Ogg z podobnym do powłoki interfejsem,
28 wbudowane jest w niego ponad 90 poleceń. imp3sh również pełni funkcję
29 powłoki. Używa biblioteki Xaudio Asynchronous do dekodowania MP3 oraz
30 bibliotek libogg i libvorbis.
31
32 %prep
33 %setup -q
34
35 %build
36 %{__aclocal}
37 %{__autoconf}
38 %{__automake}
39 CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
40 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc BUGS CHANGES README TODO
55 %attr(755,root,root) %{_bindir}/*
This page took 0.129748 seconds and 3 git commands to generate.