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

Группа :: Сети/WWW
Пакет: info2www

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

Name: info2www
Version: 1.2.2.9
Release: alt2
Summary: CGI gateway between GNU Info Nodes and the WWW
# See Makefile for real source!
Source: %name-%version.tar
# Note this version is already patched one
Source1: %name.pl
URL: http://packages.debian.org/source/sid/info2www
License: public domain
Group: Networking/WWW
Packager: Fr. Br. George <george at altlinux.ru>
BuildArch: noarch

# Automatically added by buildreq on Sun Aug 23 2009

BuildRequires: ImageMagick-tools

%description
The info2www script makes your CGI compliant HTTP/1.0 or later server
a gateway to all that information you have "stacked away" in the
GNU Info Nodes (you know - the Info Nodes accessible from Emacs).

The Info Nodes are parsed and formatted on the fly by info2www and present
hyperlinks to other Info Nodes that your WWW browser can use.

%prep
%setup
cp %SOURCE1 %name
# TODO patch a manual

# for perl 5.30+; remove deprecated syntax

sed -i 's,\\\[,0,' %name

%build
for N in *.gif; do convert $N ${N%%.*}.png; done
rm *.gif

%install
mkdir -p %buildroot%_datadir/%name
install %name %name.html *.png %buildroot%_datadir/%name/
install -D debian/%name.1 %buildroot%_man1dir/%name.1

%files
%doc README ChangeLog
%dir %_datadir/%name
%_datadir/%name/*
%_man1dir/%name.*

%changelog

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

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