]> git.pld-linux.org Git - packages/adcd.git/commitdiff
- new
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 9 Jan 2005 11:32:30 +0000 (11:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adcd.spec -> 1.1

adcd.spec [new file with mode: 0644]

diff --git a/adcd.spec b/adcd.spec
new file mode 100644 (file)
index 0000000..ec2029b
--- /dev/null
+++ b/adcd.spec
@@ -0,0 +1,48 @@
+Summary:       Text mode CD player for Linux
+Summary(pl):   Odtwarzacz p³yt CD dla Linuksa
+Name:          adcd
+Version:       0.4
+Release:       1
+License:       GPL
+Group:         -
+Source0:       http://savannah.nongnu.org/download/adcd/%{name}-%{version}.tar.bz2
+# Source0-md5: 9e373050efdb19929cd477bb5ee22160
+URL:           http://www.nongnu.org/adcd/adcd.html
+BuildRequires: ncurses-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Adcd is a text mode CD player for Linux. It features all the functions
+expected in a compact disc player, including playing selected tracks,
+random playing, and continuous playing.
+
+%description -l pl
+Adcd jest dzia³aj±cym w trybie tekstowym odtwarzaczem p³yt CD dla
+Linuksa. Posiada wszystkie funkcje, jakich mo¿na siê spodziewaæ po
+odtwarzaczu p³yt kompaktowych, w³±czaj±c w to odtwarzanie wybranych
+b±d¼ losowych ¶cie¿ek czy ci±g³e odtwarzanie.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       CXX="%{__cxx}" \
+       CXXFLAGS="%{rpmcflags} -I/usr/include/ncurses" \
+       LDFLAGS="%{rpmldflags} -lncurses"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       prefix="%{_prefix}" \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog COPYING INSTALL LEEME README
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.075544 seconds and 4 git commands to generate.