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

Группа :: Издательство
Пакет: wkhtmltopdf

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

Name: wkhtmltopdf
Version: 0.8.3
Release: alt1

Summary: Command line utility to convert html to pdf using WebKit
License: %gpl3plus
Group: Publishing
URL: http://code.google.com/p/wkhtmltopdf/
Packager: Artem Zolochevskiy <azol at altlinux.ru>

# git://github.com/antialize/wkhtmltopdf.git

Source: %name-%version.tar

BuildRequires(pre): rpm-build-licenses
BuildRequires: rpm-build-compat
BuildRequires: cmake gcc-c++ libqt4-devel

%description
wkhtmltopdf is a command line program which permits to create a pdf from
an url, a local html file or stdin. It produces a pdf like rendred with
the WebKit engine.

This program requires an X11 server to run.

%prep
%setup

%build
%cmake
%make_build -C build
m4 wkhtmltopdf.man.m4 > build/wkhtmltopdf.1
ln -sf %_licensedir/GPL-3 COPYING

%install
%makeinstall_std -C build
install -D -m 644 build/wkhtmltopdf.1 %buildroot%_man1dir/wkhtmltopdf.1

%files
%doc -d COPYING README
%_bindir/*
%_man1dir/*

%changelog

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

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