]> git.pld-linux.org Git - packages/megacmd.git/blame - megacmd.spec
patch sdk for libtool
[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
8eb3178f 9Patch0: libtool.patch
87cee7c0
ER
10URL: https://mega.nz/
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14MEGAcmd provides non UI access to MEGA services. It intends to offer
15all the functionality with your MEGA account via commands. It features
16synchronization and backup of local folders into your MEGA account.
17
18%prep
19%setup -q -n MEGAcmd-%{version} -a1
20mv sdk-*/* sdk
21%patch0 -p1
22
23%build
24autoreconf -vif
25%configure \
26 --disable-silent-rules
27%{__make}
28
29%install
30rm -rf $RPM_BUILD_ROOT
31%{__make} install \
32 DESTDIR=$RPM_BUILD_ROOT
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%files
38%defattr(644,root,root,755)
39%doc README.md CREDITS.md LICENCE.md
40%attr(755,root,root) %{_bindir}/%{name}
This page took 0.064026 seconds and 4 git commands to generate.