]> git.pld-linux.org Git - packages/shfs.git/commitdiff
- neu - todo: to follow kernel version...
authorserek <serek@pld-linux.org>
Sat, 9 Aug 2003 15:51:36 +0000 (15:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    shfs.spec -> 1.1

shfs.spec [new file with mode: 0644]

diff --git a/shfs.spec b/shfs.spec
new file mode 100644 (file)
index 0000000..a9d7842
--- /dev/null
+++ b/shfs.spec
@@ -0,0 +1,42 @@
+Summary:       (Secure) SHell FileSystem Linux kernel module
+Summary(pl):   Modu³ j±dra wspieraj±cy system plików przez ssh
+Name:          shfs
+Version:       0.32pre1
+Release:       0.1
+License:       GPL
+Group:         Applications/Mail
+# Source0-md5: eb4840e893da72f6169796b020a77769
+Source0:       http://atrey.karlin.mff.cuni.cz/~qiq/src/shfs/%{name}-%{version}.tar.gz
+Requires:      kernel-headers
+URL:           http://shfs.sourceforge.net/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+SHFS is a simple and easy to use Linux kernel (2.4) module which allows you to
+mount remote filesystems using plain shell (ssh/rsh) connection. It supports
+some nice features like number of different caches for access speedup, target
+system optimisations, etc.
+
+%description -l pl
+SHFS to prosty i bezpieczny pomys³, aby zaimplementowaæ modu³ systemu plików
+bazuj±cy na po³±czaniu przez ssh (secure shell).
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install ROOT="$RPM_BUILD_ROOT"
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_bindir}/*
+/sbin/*
+# the line above MUST be better!
+/lib/modules/2.4.20/kernel/fs/shfs/*
This page took 0.106795 seconds and 4 git commands to generate.