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

Группа :: Система/Серверы
Пакет: libhoard

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

Name: libhoard
Summary: The Hoard Multiprocessor Memory Allocator
Version: 3.7.1
Release: alt2
License: GPL
Group: System/Servers
BuildRequires: gcc-c++
Url: http://prisms.cs.umass.edu/emery/index.php?page=hoard
Packager: Denis Smirnov <mithraen at altlinux.ru>
Source: %name-%version.tar

%package devel
Summary: %summary
Group: Development/C
Requires: libhoard = %version-%release

%description devel
%summary

%description
The Hoard Multiprocessor Memory Allocator


%prep
%setup

%build
pushd src
find -type f -name '.depend' -print0 \
| xargs -0r rm -f
%ifarch x86_64
%make_build linux-gcc-x86-64
%else
%make_build linux-gcc-x86
%endif

%install
pushd src
mkdir -p %buildroot%_includedir/hoard
find -type f -print0 | xargs -0r chmod -x
cp -a heaplayers %buildroot%_includedir/hoard/
cp *.h %buildroot%_includedir/hoard
install -m644 -D libhoard.so %buildroot%_libdir/libhoard.so

%files
%_libdir/libhoard.so

%files devel
%doc doc
%_includedir/hoard

%changelog

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

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