Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37401306
en ru br
Репозитории ALT
S:2.16.01-alt1
5.1: 2.07-alt1
4.1: 2.02-alt1
4.0: 0.98.39-alt1
3.0: 0.98.39-alt1
www.altlinux.org/Changes

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

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

Name: nasm
Version: 2.07
Release: alt1

Packager: Victor Forsyuk <force at altlinux.org>

Summary: The Netwide Assembler, a portable x86 assembler with Intel-like syntax
License: BSD 2-clause
Group: Development/Other

URL: http://www.nasm.us/
# http://nasm.sourceforge.net/
Source: http://www.nasm.us/pub/nasm/releasebuilds/%version/nasm-%version.tar.bz2
#Source: http://dl.sourceforge.net/nasm/nasm-%version.tar.bz2
#Source: ftp://ftp.zytor.com/pub/nasm/releasebuilds/%version/nasm-%version.tar.bz2

# Automatically added by buildreq on Tue Jun 30 2009

BuildRequires: ghostscript-utils groff-base

%package doc
Summary: Extensive documentation for NASM
Group: Development/Other
BuildArch: noarch

%package rdoff
Summary: Tools for the RDOFF binary format, sometimes used with NASM
Group: Development/Other

%description
NASM is the Netwide Assembler, a free portable assembler for the Intel
80x86 microprocessor series, using primarily the traditional Intel
instruction mnemonics and syntax.

%description doc
Extensive documentation for the Netwide Assembler, NASM, in HTML,
PostScript and text formats.

%description rdoff
Tools for the operating-system independent RDOFF binary format, which
is sometimes used with the Netwide Assembler (NASM). These tools
include linker, library manager, loader, and information dump.

%prep
%setup

%build
%configure
%make_build everything

%install
make INSTALLROOT="%buildroot" INSTALL="install -pD" install install_rdf

cd doc
install -d %buildroot%_infodir
install info/* %buildroot%_infodir/
gzip -9f *.txt *.ps || true
cd html
ln -sf nasmdoc0.html index.html

%files
%doc CHANGES TODO AUTHORS README doc/internal.doc
%_bindir/nasm
%_bindir/ndisasm
%_man1dir/nasm.1*
%_man1dir/ndisasm.1*
%_infodir/nasm.info*

%files doc
%doc doc/nasmdoc.ps.gz doc/nasmdoc.txt.gz doc/html

%files rdoff
%doc rdoff/README
%_bindir/ldrdf
%_bindir/rdf2bin
%_bindir/rdf2com
%_bindir/rdfdump
%_bindir/rdf2ihx
%_bindir/rdf2ith
%_bindir/rdflib
%_bindir/rdf2srec
%_bindir/rdx
%_man1dir/*rdf*
%_man1dir/rdx*

%changelog

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

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