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