]> git.pld-linux.org Git - packages/aespipe.git/blame - aespipe.spec
- up to 2.4c
[packages/aespipe.git] / aespipe.spec
CommitLineData
33439464 1Summary: AES-encryption tool for tar/cpio and loop-aes images
8acd4af0 2Summary(pl.UTF-8): Narzędzie do szyfrowania AES dla tar/cpio i obrazów loop-aes
33439464 3Name: aespipe
19f7b37c 4Version: 2.4c
a79faa6d 5Release: 1
02967ba8
TP
6License: GPL, distributable
7Group: Applications/File
33439464 8Source0: http://loop-aes.sourceforge.net/aespipe/%{name}-v%{version}.tar.bz2
19f7b37c 9# Source0-md5: 97b1f481721ea5d65018ddae1143bac5
33439464 10URL: http://loop-aes.sourceforge.net/
d7ebb6cf
JB
11BuildRequires: autoconf
12BuildRequires: automake
84866cc5 13BuildRequires: rpmbuild(macros) >= 1.213
33439464 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17aespipe is an encryption tool that reads from standard input and
18writes to standard output. It uses the AES (Rijndael) cipher.
19
20It can be used as an encryption filter, to create and restore
21encrypted tar/cpio backup archives and to read/write and convert
22loop-AES compatible encrypted images.
23
24aespipe can be used for non-destructive in-place encryption of
25existing disk partitions for use with the loop-AES encrypted loopback
26kernel module.
27
150e789e
JR
28%description -l pl.UTF-8
29aespipe to narzędzie do szyfrowania czytające ze standardowego wejścia
30i piszące na standardowe wyjście. Używa szyfru AES (Rijndael).
2b8383fd 31
150e789e
JR
32Może być używane jako filtr szyfrujący, do tworzenia i odtwarzania
33zaszyfrowanych archiwów kopii zapasowych tar/cpio oraz do
34zapisu/odczytu i konwersji zaszyfrowanych obrazów kompatybilnych z
2b8383fd
JB
35loop-aes.
36
150e789e
JR
37aespipe może być używane do niedestruktywnego szyfrowania "w miejscu"
38istniejących partycji do używania z modułem jądra szyfrowanego systemu
39plików po loopbacku loop-AES.
2b8383fd 40
33439464 41%prep
42%setup -q -n %{name}-v%{version}
02967ba8 43%{__patch} --forward README < aes-GPL.diff || :
33439464 44
45%build
46%{__aclocal}
47%{__autoconf}
02967ba8
TP
48%configure \
49 --enable-padlock \
50 --enable-intelaes \
33439464 51%ifarch %{ix86}
02967ba8
TP
52 --enable-asm=x86
53%endif
54%ifarch %{x8664}
55 --enable-asm=amd64
33439464 56%endif
57
02967ba8
TP
58%{__make}
59
33439464 60%install
61rm -rf $RPM_BUILD_ROOT
33439464 62
02967ba8
TP
63%{__make} install \
64 DESTDIR=$RPM_BUILD_ROOT
84866cc5 65install bz2aespipe $RPM_BUILD_ROOT%{_bindir}
33439464 66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
70%files
71%defattr(644,root,root,755)
72%doc ChangeLog README
02967ba8
TP
73%attr(755,root,root) %{_bindir}/*aespipe
74%{_mandir}/man1/*.1*
This page took 0.051628 seconds and 4 git commands to generate.