Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37418963
en ru br
Репозитории ALT

Группа :: Разработка/Прочее
Пакет: scdoc

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

Name: scdoc
Version: 1.11.2
Release: alt1
License: MIT
Summary: Tool for generating roff manual pages
URL: https://git.sr.ht/~sircmpwn/scdoc
Group: Development/Other

Source: %name-%version.tar

BuildRequires: gcc

%description
scdoc is a tool designed to make the process of writing man pages more
friendly. It reads scdoc syntax from stdin and writes roff to stdout, suitable
for reading with man.

%prep
%setup

# Disable static linking

sed -i '/-static/d' Makefile

# Use INSTALL provided by the make_install macro

sed -i 's/\tinstall/\t$(INSTALL)/g' Makefile

%build
%make_build PREFIX="%_prefix"

%install
%make_install install \
PREFIX="%buildroot%_prefix" \
PCDIR="%buildroot%_pkgconfigdir"

%check
%make check

%files
%_bindir/%name
%_man1dir/*
%_man5dir/*
# Not shipped in a -devel package since scdoc is a development tool not
# installed in a user runtime.
%_pkgconfigdir/%name.pc

%changelog

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

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