[packages/megacmd] new, version 0.9.8

glen glen at pld-linux.org
Sun Mar 18 00:57:44 CET 2018


commit 87cee7c0d75388842d716f2ec1fc9474c42b8c95
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Sun Mar 18 01:20:56 2018 +0200

    new, version 0.9.8

 megacmd.spec | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
---
diff --git a/megacmd.spec b/megacmd.spec
new file mode 100644
index 0000000..e53c138
--- /dev/null
+++ b/megacmd.spec
@@ -0,0 +1,39 @@
+Summary:	Command Line Interactive and Scriptable Application to access MEGA
+Name:		megacmd
+Version:	0.9.8
+Release:	0.1
+License:	Freeware
+Group:		Applications
+Source0:	https://github.com/meganz/MEGAcmd/archive/%{version}/%{name}-%{version}.tar.gz
+Source1:	https://github.com/meganz/sdk/archive/5d211ac6/mega-sdk-v3.2.8-209-g5d211ac6.tar.gz
+URL:		https://mega.nz/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+MEGAcmd provides non UI access to MEGA services. It intends to offer
+all the functionality with your MEGA account via commands. It features
+synchronization and backup of local folders into your MEGA account.
+
+%prep
+%setup -q -n MEGAcmd-%{version} -a1
+mv sdk-*/* sdk
+%patch0 -p1
+
+%build
+autoreconf -vif
+%configure \
+	--disable-silent-rules
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md CREDITS.md LICENCE.md
+%attr(755,root,root) %{_bindir}/%{name}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/megacmd.git/commitdiff/87cee7c0d75388842d716f2ec1fc9474c42b8c95



More information about the pld-cvs-commit mailing list