]> git.pld-linux.org Git - packages/adcd.git/blob - adcd.spec
f63041be91b63ce213b516afe6614c0455c4d25a
[packages/adcd.git] / adcd.spec
1 Summary:        Text mode CD player for Linux
2 Summary(pl):    Odtwarzacz p³yt CD dla Linuksa
3 Name:           adcd
4 Version:        0.6
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Sound
8 Source0:        http://savannah.nongnu.org/download/adcd/%{name}-%{version}.tar.bz2
9 # Source0-md5:  8773d65082521fdb7d9e120db5a3212a
10 URL:            http://www.nongnu.org/adcd/adcd.html
11 BuildRequires:  libstdc++-devel
12 BuildRequires:  ncurses-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Adcd is a text mode CD player for Linux. It features all the functions
17 expected in a compact disc player, including playing selected tracks,
18 random playing, and continuous playing.
19
20 %description -l pl
21 Adcd jest dzia³aj±cym w trybie tekstowym odtwarzaczem p³yt CD dla
22 Linuksa. Posiada wszystkie funkcje, jakich mo¿na siê spodziewaæ po
23 odtwarzaczu p³yt kompaktowych, w³±czaj±c w to odtwarzanie wybranych
24 b±d¼ losowych ¶cie¿ek czy ci±g³e odtwarzanie.
25
26 %prep
27 %setup -q
28
29 %build
30 # not autoconf-generated
31 ./configure \
32         --prefix=%{_prefix}
33 %{__make} \
34         CXX="%{__cxx}" \
35         CXXFLAGS="%{rpmcflags} -I/usr/include/ncurses" \
36         LDFLAGS="%{rpmldflags} -lncurses"
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         prefix="%{_prefix}" \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc ChangeLog README
51 %lang(es) %doc LEEME
52 %attr(755,root,root) %{_bindir}/*
53 %{_mandir}/man1/*
This page took 0.04263 seconds and 2 git commands to generate.