]> git.pld-linux.org Git - packages/adcd.git/blob - adcd.spec
- proper License (GPL v2)
[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 v2
7 Group:          Applications/Sound
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:  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 %{__make} \
31         CXX="%{__cxx}" \
32         CXXFLAGS="%{rpmcflags} -I/usr/include/ncurses" \
33         LDFLAGS="%{rpmldflags} -lncurses"
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         prefix="%{_prefix}" \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc ChangeLog LEEME README
48 %attr(755,root,root) %{_bindir}/*
49 %{_mandir}/man1/*
This page took 0.037107 seconds and 4 git commands to generate.