Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37504485
en ru br
Репозитории ALT
S:0.5.0-alt1
5.1: 0.3.0-alt1
www.altlinux.org/Changes

Группа :: Сети/Передача файлов
Пакет: autodownloader

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: autodownloader
Version: 0.5.0
Release: alt1
Summary: GUI-tool to automate the download of certain files
License: GPLv2+
Group: Networking/File transfer
Url: https://github.com/frenzymadness/AutoDownloader
Source0: %name-%version.tar.gz
BuildArch: noarch

BuildRequires: rpm-build-python3

%description
Some software (usually games) requires certain data files to operate, sometimes
these datafiles can be freely downloaded but may not be redistributed and thus
cannot be put into so called packages as part of a distro.

autodownloader is a tool which can be used as part of a package to automate the
download of the needed files. It will prompt the user explaining to him the
need of the download and asking if it is ok to make an internet connection,
after this it will show the license of the to be downloaded files and last it
will do the actual download and md5 verification off these files. This whole
process can be configured by the packager through a simple configuration file.

Notice that Autodownloader while open source itself, may download files which
are not permitted to be (re)distributed unlike most files in Fedora.

%prep
%setup -q
sed -i 's/env python$/env python3/' AutoDL.py

%build
# nothing to build pure python code only

%install
make install DESTDIR=%buildroot

%files
%doc README* examples
%_bindir/autodl
%_datadir/autodl
%_datadir/icons/hicolor/*/apps/autodl.png

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin