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