]> git.pld-linux.org Git - packages/megacmd.git/blame - megacmd.spec
new, version 0.9.8
[packages/megacmd.git] / megacmd.spec
CommitLineData
87cee7c0
ER
1Summary: Command Line Interactive and Scriptable Application to access MEGA
2Name: megacmd
3Version: 0.9.8
4Release: 0.1
5License: Freeware
6Group: Applications
7Source0: https://github.com/meganz/MEGAcmd/archive/%{version}/%{name}-%{version}.tar.gz
8Source1: https://github.com/meganz/sdk/archive/5d211ac6/mega-sdk-v3.2.8-209-g5d211ac6.tar.gz
9URL: https://mega.nz/
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13MEGAcmd provides non UI access to MEGA services. It intends to offer
14all the functionality with your MEGA account via commands. It features
15synchronization and backup of local folders into your MEGA account.
16
17%prep
18%setup -q -n MEGAcmd-%{version} -a1
19mv sdk-*/* sdk
20%patch0 -p1
21
22%build
23autoreconf -vif
24%configure \
25 --disable-silent-rules
26%{__make}
27
28%install
29rm -rf $RPM_BUILD_ROOT
30%{__make} install \
31 DESTDIR=$RPM_BUILD_ROOT
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36%files
37%defattr(644,root,root,755)
38%doc README.md CREDITS.md LICENCE.md
39%attr(755,root,root) %{_bindir}/%{name}
This page took 0.066193 seconds and 4 git commands to generate.