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

Группа :: Работа с файлами
Пакет: tcplay

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

Name: tcplay
Version: 2.0
Release: alt1

Summary: TrueCrypt implementation
License: BSD-2-Clause
Group: File tools
Url: https://github.com/bwalex/tc-play

Packager: Alexey Appolonov <alexey at altlinux.org>

# https://github.com/bwalex/tc-play/archive/v2.0.tar.gz

Source: %{name}-%{version}.tar

BuildRequires: libuuid-devel
BuildRequires: libdevmapper-devel
BuildRequires: libgcrypt-devel
BuildRequires: libssl-devel

%description
tcplay is a free (BSD-licensed), pretty much fully featured
(including multiple keyfiles, cipher cascades, etc)
and stable TrueCrypt implementation.

%package -n lib%{name}
Summary: Library to create/open/map TrueCrypt-compatible volumes
Group: System/Libraries
%description -n lib%{name}
The libtcplay library provides an API for creating and opening/mapping
TrueCrypt-compatible volumes.

%package -n %{name}-devel
Summary: Development files for libtcplay
Group: Development/C
Requires: lib%{name}
%description -n %{name}-devel
Files necessary to develop applications that use the libtcplay.

%prep
%setup

%build
%make_build -f Makefile.classic PREFIX=%_prefix LIBDIR=%_libdir

%install
%makeinstall_std -f Makefile.classic PREFIX=%_prefix LIBDIR=%_libdir
rm %buildroot/%_libdir/lib%{name}.a

%files
%doc README.md LICENSE CHANGELOG
%_sbindir/%{name}
%_mandir/man3/%{name}.3.xz
%_mandir/man8/%{name}.8.xz

%files -n lib%{name}
%doc README.md LICENSE CHANGELOG
%_libdir/lib%{name}.so.2.0

%files -n %{name}-devel
%_includedir/%{name}_api.h
%_libdir/lib%{name}.so

%changelog

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

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