]> git.pld-linux.org Git - packages/cfs.git/blob - cfs.spec
- update urls
[packages/cfs.git] / cfs.spec
1 Summary:        Cryptographic Filesystem
2 Summary(pl.UTF-8):      Kryptograficzny system plików
3 Name:           cfs
4 Version:        1.3.3
5 Release:        2
6 License:        distributable
7 # Original source is unknown
8 Group:          Applications/File
9 Source0:        ftp://ftp.zedz.net/pub/crypto/disk/cfs/%{name}-%{version}.tar.gz
10 # Source0-md5:  44accb7e102a78150dd35e9fa36d7f5f
11 Patch0:         http://archive.debian.org/debian-non-US/dists/potato/non-US/main/source/%{name}_1.3.3-8.1.diff.gz
12 # Patch0-md5:   7bb4cbf19e8c195f7302a025897fe44d
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 CFS pushes encryption services into the Unix(tm) file system. It
17 supports secure storage at the system level through a standard Unix
18 file system interface to encrypted files. Users associate a
19 cryptographic key with the directories they wish to protect. Files in
20 these directories (as well as their pathname components) are
21 transparently encrypted and decrypted with the specified key without
22 further user intervention; cleartext is never stored on a disk or sent
23 to a remote file server. CFS employs a novel combination of DES stream
24 and codebook cipher modes to provide high security with good
25 performance on a modern workstation. CFS can use any available file
26 system for its underlying storage without modification, including
27 remote file servers such as NFS. System management functions, such as
28 file backup, work in a normal manner and without knowledge of the key.
29
30 %description -l pl.UTF-8
31 CFS dodaje usługi szyfrujące do systemu plików Unixów. Obsługuje on
32 bezpieczny zapis informacji poprzez standardowy interfejs systemu
33 plików dostępny w Uniksach. Użytkownicy przypisują kryptograficzne
34 klucze tym katalogom, które chcą zabezpieczyć. Pliki w tych katalogach
35 (jak również ich nazwy) są przezroczyście szyfrowane i deszyfrowane z
36 podanym kluczem; dane czystym tekstem nigdy nie są zapisywane na dysku
37 czy przesyłane przez sieć do zdalnego serwera.
38
39 %prep
40 %setup -q
41
42 %build
43 %{__make} cfs esm \
44         CC="%{__cc}" \
45         COPT="%{rpmcflags}"
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install_cfs install_esm \
51         BINDIR=$RPM_BUILD_ROOT%{_bindir} \
52         ETCDIR=$RPM_BUILD_ROOT%{_sbindir}
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc README*
60 %attr(,,)
This page took 0.06323 seconds and 3 git commands to generate.