[packages/skype-call-recorder: 1/4] new; Version 0.8
glen
glen at pld-linux.org
Fri Dec 7 20:33:34 CET 2012
commit 675f53937ee5ff1e170f422f31587fff2732ed39
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Fri Dec 7 21:30:55 2012 +0200
new; Version 0.8
based on .spec from tarball, with help of deps from gentoo package
skype-call-recorder.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
---
diff --git a/skype-call-recorder.spec b/skype-call-recorder.spec
new file mode 100644
index 0000000..663534a
--- /dev/null
+++ b/skype-call-recorder.spec
@@ -0,0 +1,46 @@
+Summary: Recording tool for Skype Calls
+Name: skype-call-recorder
+Version: 0.8
+Release: 1
+License: GPL v2+
+Group: Applications/Networking
+URL: http://atdot.ch/scr/
+Source0: http://atdot.ch/scr/files/0.8/%{name}-%{version}.tar.gz
+# Source0-md5: 937544a5245fdcfa50878d083dab706a
+BuildRequires: QtCore-devel
+BuildRequires: QtDBus-devel
+BuildRequires: QtGui-devel
+BuildRequires: cmake >= 2.4.8
+BuildRequires: id3lib-devel
+BuildRequires: lame-libs-devel
+BuildRequires: libogg-devel >= 1.2.0
+BuildRequires: libvorbis-devel >= 1.2.0
+Requires: hicolor-icon-theme
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Skype Call recorder allows you to record Skype calls to MP3, Ogg
+Vorbis or WAV files.
+
+%prep
+%setup -q
+
+%build
+install -d build
+cd build
+%cmake ..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} -C build install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/skype-call-recorder
+%{_desktopdir}/skype-call-recorder.desktop
+%{_iconsdir}/hicolor/*/apps/skype-call-recorder.png
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/skype-call-recorder.git/commitdiff/1635fe93eb664ccb91d66632bd9c550997427083
More information about the pld-cvs-commit
mailing list