SPECS: phdisk.spec (NEW) - initial, does not build
blues
blues at pld-linux.org
Tue Jun 14 16:50:31 CEST 2005
Author: blues Date: Tue Jun 14 14:50:31 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial, does not build
---- Files affected:
SPECS:
phdisk.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/phdisk.spec
diff -u /dev/null SPECS/phdisk.spec:1.1
--- /dev/null Tue Jun 14 16:50:31 2005
+++ SPECS/phdisk.spec Tue Jun 14 16:50:26 2005
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary: Utility for formatting Phoenix NoteBIOS hibernation partitions under Linux
+Name: lphdisk
+Version: 0.9.1
+Release: 0.1
+License: Artistic
+Group: Applications/System
+Source0: http://www.procyon.com/~pda/lphdisk/%{name}-%{version}.tar.bz2
+# Source0-md5: 2ba99b08e7816ff3249eaf953fb5dc18
+URL: http://www.procyon.com/~pda/lphdisk/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+lphdisk is a linux reimplementation of the PHDISK.EXE (DOS) utility provided
+with most Phoenix NoteBIOS-equipped laptop models. It will properly format a
+NoteBIOS hibernation partition (type A0) to make it usable by the BIOS for
+suspending to disk, avoiding the need to use buggy and outdated DOS utilities
+to perform this configuration step.
+
+This utility is intended to be the Linux equivalent of the DOS-only utility
+"PHDISK.EXE" from Phoenix. This utility prepares and formats the hibernation
+partition for notebook computers that use Phoenix NoteBIOS. Once this partition
+has been prepared, it can be used with the BIOS's APM Suspend-To-Disk feature.
+
+Note that one does not need this utility to be able to take advantage of
+the Suspend-To-Disk feature of these Phoenix NoteBIOS laptops. Once the
+hibernation partition is prepared, either from the DOS utility PHDISK.EXE that
+Phoenix provides, or lphdisk, it can be used to suspend a machine's memory to
+disk.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+ CC=%{__cc} \
+ CFLAGS="%{rpmcflags} -Wall"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ INSTALL_PREFIX=$RPM_BUILD_ROOT%{_prefix}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog CREDITS NEWS README TODO
+%attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man8/*.8*
+
+%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 2005/06/14 14:50:26 blues
+- initial, does not build
+
================================================================
More information about the pld-cvs-commit
mailing list