SPECS: p3nfs.spec (NEW) - new: needs some work
glen
glen at pld-linux.org
Fri Sep 8 17:19:50 CEST 2006
Author: glen Date: Fri Sep 8 15:19:50 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new: needs some work
---- Files affected:
SPECS:
p3nfs.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/p3nfs.spec
diff -u /dev/null SPECS/p3nfs.spec:1.1
--- /dev/null Fri Sep 8 17:19:50 2006
+++ SPECS/p3nfs.spec Fri Sep 8 17:19:44 2006
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+Summary: Symbian to UNIX/Linux communication program
+Name: p3nfs
+Version: 5.19
+Release: 0.1
+License: - (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here)
+Group: Applications
+Source0: http://www.koeniglich.de/packages/%{name}-%{version}.tar.gz
+# Source0-md5: 15ac5e1b44a7c7f53369846c3cfe4de4
+URL: http://www.koeniglich.de/p3nfs.html
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+P3nfsd is a Symbian (Psion/Nokia/Sony-Ericsson/etc) to UNIX/Linux
+communication program. It allows you to mount the file systems of the
+Phone/PDA on your UNIX machine. This means that you see all the
+filesystems of the Phone/PDA as a filesystem on your UNIX machine, and
+you can copy/backup/edit any file on the Phone/PDA with your preferred
+tools on the UNIX machine.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/09/08 15:19:44 glen
+- new: needs some work
+
================================================================
More information about the pld-cvs-commit
mailing list