Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37500508
en ru br
Репозитории ALT
S:4.04-alt19
D:3.61-alt1
5.1: 3.63-alt4
4.1: 3.36-alt2
4.0: 3.36-alt2
3.0: 2.11-alt1
www.altlinux.org/Changes

Группа :: Система/Ядро и оборудование
Пакет: syslinux

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

# -*- rpm-spec -*-
# $Id: syslinux,v 1.8 2003/11/27 16:07:48 grigory Exp $

Name: syslinux
Version: 2.11
Release: alt1

Summary: Simple kernel loader which boots from a FAT filesystem
License: BSD
Group: System/Kernel and hardware

Source0: %name-%version.tar.bz2
Patch0: syslinux-2.11.patch
Patch1: more-menu-entries.patch
BuildPrereq: nasm perl-base

# Automatically added by buildreq on Sun Dec 05 2004

BuildRequires: nasm

%description
Syslinux is a simple kernel loader. It normally loads the kernel (and an
optional initrd image) from a FAT filesystem. It can also be used as a
PXE bootloader during network boots.

%package devel
Summary: Simple kernel loader which boots from a FAT filesystem, devel path
Group: System/Kernel and hardware
Requires: %name = %version

%description devel
Read main packages description

%prep
%setup -q
%patch0 -p0
%patch1 -p0
%__subst 's|\(libsyslinux.a \)syslinux.exe|\1|' Makefile
%__subst 's|\(./add_crc\)|%__perl ./add_crc|g' Makefile

%build
%make_build

%install
%__install -d -m0755 %buildroot%_bindir
%make_install \
INSTALLDIR=%buildroot \
INSTALLROOT=%buildroot \
BINDIR=%_bindir \
INCDIR=%_includedir/ \
LIBDIR=%_libdir install install-lib

%files
%doc NEWS README *.doc COPYING
%dir %_libdir/%name
%_bindir/*
%_libdir/%name
%_libdir/*.so.*

%files devel
%_includedir/*
%_libdir/*.a
%_libdir/*.so

%changelog

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

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