]> git.pld-linux.org Git - packages/encfs.git/blame - encfs.spec
- initial, raw, NFY...
[packages/encfs.git] / encfs.spec
CommitLineData
b596cc7b
PG
1Summary: Encrypted pass-thru filesystem for Linux
2Name: encfs
3Version: 1.2.0
4Release: 0.1
5License: GPL v2
6Group: System/Filesystems
7###### Unknown group!
8Source0: http://arg0.net/users/vgough/download/%{name}-%{version}-2.tgz
9# Source0-md5: cc653aa2f6ad2f479a3b6d075d6eb43a
10URL: http://arg0.net/users/vgough/encfs.html
11BuildRequires: libfuse-devel >= 2.2
12BuildRequires: openssl-devel >= 0.9.7d
13Requires: rlog >= 1.3
14Buildroot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17EncFS implements an encrypted filesystem in userspace using FUSE. FUSE
18provides a Linux kernel module which allows virtual filesystems to be
19written in userspace. EncFS encrypts all data and filenames in the
20filesystem and passes access through to the underlying filesystem.
21Similar to CFS except that it does not use NFS.
22
23%prep
24%setup -q
25
26%build
27%configure \
28 --enable-debug=no
29%{__make}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34%{__make} install \
35 DESTDIR=$RPM_BUILD_ROOT
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%doc AUTHORS ChangeLog README
This page took 0.068116 seconds and 4 git commands to generate.