]> git.pld-linux.org Git - packages/aescrypt2.git/blob - aescrypt2.spec
- pl
[packages/aescrypt2.git] / aescrypt2.spec
1 Summary:        Command line file encryption program that relies on AES-CBC-256
2 Summary(pl):    Program szyfruj±cy pliki z linii poleceñ u¿ywaj±cy AES-CBC-256
3 Name:           aescrypt2
4 Version:        1.0
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://www.cr0.net:8040/code/crypto/aes/%{name}-%{version}.tgz
9 # Source0-md5:  90db12e9fa66a43935201da33195a6b9
10 URL:            http://www.cr0.net:8040/code/crypto/aes/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 aescrypt2 is a command line file encryption program that relies on
15 AES-CBC-256 plus HMAC-SHA256. It has been designed to be portable
16 (works on all Unix flavors and Win32) as well as very straightforward
17 to use.
18
19 %description -l pl
20 aescrypt2 to dzia³aj±cy z linii poleceñ program do szyfrowania plików
21 u¿ywaj±cy algorytmu AES-CBC-256 oraz HMAC-SHA256. Zosta³
22 zaprojektowany tak, aby byæ przeno¶nym (dzia³a na wszystkich rodzajach
23 uniksów oraz Win32), a tak¿e prostym w u¿yciu.
24
25 %prep
26 %setup -q
27
28 %build
29 %{__make} \
30         CC="%{__cc}"
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 install -D aescrypt2  $RPM_BUILD_ROOT%{_bindir}/aescrypt2
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %attr(755,root,root) %{_bindir}/*
This page took 0.24273 seconds and 3 git commands to generate.