Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37041765
en ru br
Репозитории ALT
S:0.9.2-alt1
5.1: 0.6.7-alt1
4.1: 0.6.3-alt1
4.0: 0.3-alt0.1
www.altlinux.org/Changes

Группа :: Разработка/Python
Пакет: pycrc

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

Name: pycrc
Version: 0.6.3
Release: alt1

Summary: A parametrizable Cyclic Redundancy Check (CRC) calculation utility and C source code generator written in Python

Url: http://www.tty1.net/pycrc/
License: GPL
Group: Development/Python

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://dl.sf.net/%name/%name-%version.tar.bz2

%description
Pycrc provides a CRC reference implementation in Python and a source
code generator for C. The used CRC variant can be chosen from a fast
but space-consuming implementation to slower but smaller implementations
suitable especially for embedded applications. The following functions
are implemented:
* generate the checksum of a string  
* generate the C header and source files for a client implementation. The
  algorithm can be chosen from fast but big implementation to slower but
  smaller implementations suitable especially for embedded applications.

%prep
%setup -q

%install
install -m755 -D %name.py %buildroot%_bindir/%name
install -m644 -D doc/%name.1 %buildroot%_man1dir/%name.1

%files
%doc doc/faq.txt ChangeLog README
%_bindir/%name
%_man1dir/*

%changelog

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

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