summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Huneycutt <chadh@gentoo.org>2002-07-19 04:17:29 +0000
committerChad Huneycutt <chadh@gentoo.org>2002-07-19 04:17:29 +0000
commit6785b91fa8ad9585e52a56ee06355500619edd20 (patch)
tree680fd60a0008b1d3f955533cd4ae99993a6b0d74 /app-misc/lphdisk
parentfixing chadhs mistake (diff)
downloadgentoo-2-6785b91fa8ad9585e52a56ee06355500619edd20.tar.gz
gentoo-2-6785b91fa8ad9585e52a56ee06355500619edd20.tar.bz2
gentoo-2-6785b91fa8ad9585e52a56ee06355500619edd20.zip
new ebuild. x86-specific
Diffstat (limited to 'app-misc/lphdisk')
-rw-r--r--app-misc/lphdisk/files/digest-lphdisk-0.9.11
-rw-r--r--app-misc/lphdisk/lphdisk-0.9.1.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/app-misc/lphdisk/files/digest-lphdisk-0.9.1 b/app-misc/lphdisk/files/digest-lphdisk-0.9.1
new file mode 100644
index 000000000000..c58958c296ef
--- /dev/null
+++ b/app-misc/lphdisk/files/digest-lphdisk-0.9.1
@@ -0,0 +1 @@
+MD5 2ba99b08e7816ff3249eaf953fb5dc18 lphdisk-0.9.1.tar.bz2 26343
diff --git a/app-misc/lphdisk/lphdisk-0.9.1.ebuild b/app-misc/lphdisk/lphdisk-0.9.1.ebuild
new file mode 100644
index 000000000000..5e4cd7db00a9
--- /dev/null
+++ b/app-misc/lphdisk/lphdisk-0.9.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/lphdisk/lphdisk-0.9.1.ebuild,v 1.1 2002/07/19 04:17:29 chadh Exp $
+
+S=${WORKDIR}/${P}
+
+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"
+LICENSE="Artistic"
+SLOT="0"
+# <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.
+KEYWORDS="x86 -ppc -sparc -mips"
+
+src_compile() {
+ sed "s:/usr/local:usr:" Makefile > Makefile.orig
+ sed -e "s:-g -Wall:${CFLAGS}:" Makefile.orig > Makefile
+ make
+}
+
+src_install() {
+ #cd ${S}
+ dosbin lphdisk
+ doman lphdisk.8
+}