]> git.pld-linux.org Git - packages/encfs.git/blob - encfs.spec
- pl
[packages/encfs.git] / encfs.spec
1 Summary:        Encrypted pass-thru filesystem for Linux
2 Summary(pl):    Zaszyfrowany system plików dla Linuksa
3 Name:           encfs
4 Version:        1.2.0
5 Release:        0.1
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://arg0.net/users/vgough/download/%{name}-%{version}-2.tgz
9 # Source0-md5:  cc653aa2f6ad2f479a3b6d075d6eb43a
10 URL:            http://arg0.net/users/vgough/encfs.html
11 BuildRequires:  libfuse-devel >= 2.2
12 BuildRequires:  openssl-devel >= 0.9.7d
13 Requires:       rlog >= 1.3
14 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 EncFS implements an encrypted filesystem in userspace using FUSE. FUSE
18 provides a Linux kernel module which allows virtual filesystems to be
19 written in userspace. EncFS encrypts all data and filenames in the
20 filesystem and passes access through to the underlying filesystem.
21 Similar to CFS except that it does not use NFS.
22
23 %description -l pl
24 EncFS jest implementacj± zaszyfrowanego systemu plików w przestrzeni
25 u¿ytkownika przy u¿yciu FUSE. FUSE dostarcza modu³ j±dra Linuksa
26 pozwalaj±cy na obs³ugê wirtualnych systemów plików w przestrzeni
27 u¿ytkownika. EncFS szyfruje wszystkie dane oraz nazwy plików w
28 systemie plików i przekazuje kontrolê do le¿±cego ni¿ej systemu
29 plików. Jest podobny do CFS-a, ale nie u¿ywa NFS-a.
30
31 %prep
32 %setup -q
33
34 %build
35 %configure \
36         --enable-debug=no
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog README
This page took 0.095277 seconds and 4 git commands to generate.