summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-06-07 07:15:07 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-06-07 07:15:07 +0000
commit095f34d51d3822d0d0cd33b3e9575cef4bbe8ca5 (patch)
tree100ca7fad01b13198d1cbfaaab67634dbddb5a8b /app-laptop/lphdisk/lphdisk-0.9.1.ebuild
parentMoving to app-laptop/lphdisk (diff)
downloadgentoo-2-095f34d51d3822d0d0cd33b3e9575cef4bbe8ca5.tar.gz
gentoo-2-095f34d51d3822d0d0cd33b3e9575cef4bbe8ca5.tar.bz2
gentoo-2-095f34d51d3822d0d0cd33b3e9575cef4bbe8ca5.zip
Moved from app-misc/lphdisk to app-laptop/lphdisk.
Diffstat (limited to 'app-laptop/lphdisk/lphdisk-0.9.1.ebuild')
-rw-r--r--app-laptop/lphdisk/lphdisk-0.9.1.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/app-laptop/lphdisk/lphdisk-0.9.1.ebuild b/app-laptop/lphdisk/lphdisk-0.9.1.ebuild
new file mode 100644
index 000000000000..ba8236161c9d
--- /dev/null
+++ b/app-laptop/lphdisk/lphdisk-0.9.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/lphdisk/lphdisk-0.9.1.ebuild,v 1.1 2004/06/07 07:15:07 dragonheart Exp $
+
+DESCRIPTION="utility for preparing a hibernation partition for APM Suspend-To-Disk"
+HOMEPAGE="http://www.procyon.com/~pda/lphdisk/"
+SRC_URI="http://www.procyon.com/~pda/lphdisk/${P}.tar.bz2"
+
+# <chadh@gentoo.org> I haven't actually tested that this doesn't work
+# on all the below - arches, but it won't work. This only works on x86
+# laptops with Phoenix NoteBIOS.
+
+SLOT="0"
+IUSE=""
+KEYWORDS="x86 -ppc -sparc -alpha"
+LICENSE="Artistic"
+
+src_compile() {
+ sed -i -e "s:/usr/local:usr:" \
+ -e "s:-g -Wall:${CFLAGS}:" \
+ Makefile
+ make || die
+}
+
+src_install() {
+ dosbin lphdisk
+ doman lphdisk.8
+}