]> git.pld-linux.org Git - packages/streamripper.git/commitdiff
- from vip at linux dot pl
authorwolf <wolf@pld-linux.org>
Fri, 18 Jun 2004 22:24:04 +0000 (22:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    streamripper.spec -> 1.1

streamripper.spec [new file with mode: 0644]

diff --git a/streamripper.spec b/streamripper.spec
new file mode 100644 (file)
index 0000000..4a2845f
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       Open Source (GPL) application that lets you record streaming mp3 to your hard drive
+Summary(pl):   Aplikacja o Otwartym Kodzie (GPL) pozwalaj±ca zapisaæ strumieñ mp3 na dysk twardy
+Name:          streamripper
+Version:       1.60.10
+Release:       1
+License:       GPL
+Group:         Applications
+Source0:       http://streamripper.sourceforge.net/files/%{name}-%{version}.tar.gz
+# Source0-md5: 50e15dd5652ceef34d970cd34594fcae
+URL:           http://streamripper.sourceforge.net/
+#BuildRequires:        libmad-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Streamripper records shoutcast compatible streams. It saves them on
+disk with appropriate names using "meta data".
+
+%description -l pl
+Streamripper nagrywa strumienie kompatybilne z shoutcast'em. Zapisuje
+pliki na dysku z odpowiednimi nazwami wykorzystuj±c "meta dane".
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+       MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -fr $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES COPYING README THANKS TODO
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/streamripper.*
This page took 0.095599 seconds and 4 git commands to generate.