# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 #cvs header MY_PV=${PV/_/-} MY_P=${PN}-${MY_PV} DESCRIPTION="Script for suspend tasks(swsusp2, acpi s3)" SRC_URI="http://dagobah.ucc.asn.au/swsusp/script2/${MY_P}.tar.gz" HOMEPAGE="http://softwaresuspend.berlios.de" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="virtual/linux-sources sys-apps/gawk" RESTRICT="nomirror" S=${WORKDIR}/${MY_P} src_install() { # remove the /local so we install in /usr sed -si "s|/local||" install.sh BASE_DIR=${D} ./install.sh dodoc CHANGELOG COPYING README SCRIPTLET-API TODO }