]> git.pld-linux.org Git - SPECS.git/blob - plowshare.spec
SPECS updated Sat 31 Jul 21:27:02 CEST 2021
[SPECS.git] / plowshare.spec
1 #
2 # TODO: make shell scripts executable
3 #
4 %define         svn     r1575
5 Summary:        Command line (CLI) designed for popular file-sharing websites
6 Name:           plowshare
7 Version:        %{svn}
8 Release:        0.1
9 License:        GPL v3+
10 Group:          Applications
11 Source0:        http://plowshare.googlecode.com/files/%{name}-SVN-%{version}-snapshot.tar.gz
12 # Source0-md5:  2de6b5e9bb171cdf1c2e409410e5ba4a
13 URL:            http://code.google.com/p/plowshare/
14 Requires:       perl-HTML-Parser
15 Suggests:       libcaca-img
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 plowshare is a command line (CLI) application designed for popular
21 file-sharing websites (aka Hosters). With plowshare, you will be able
22 to download or upload files and manage remote folders and link
23 deletion.
24
25 %prep
26 %setup -q -n %{name}-SVN-%{version}-snapshot
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 %{__make} install \
32         PREFIX=%{_prefix} \
33         DESTDIR=$RPM_BUILD_ROOT
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc CHANGELOG README
41 %attr(755,root,root) %{_bindir}/plowdel
42 %attr(755,root,root) %{_bindir}/plowdown
43 %attr(755,root,root) %{_bindir}/plowlist
44 %attr(755,root,root) %{_bindir}/plowup
45 %{_datadir}/%{name}
46 %{_mandir}/man1/plow*.1*
This page took 0.291523 seconds and 3 git commands to generate.