forked from hasufell/hasufell-repository
sys-power/hibernate-script: add 2.0 to fix multiarch build
This commit is contained in:
parent
f8877756d7
commit
2068710b9c
@ -18,6 +18,7 @@ net-www
|
|||||||
sci-mathematics
|
sci-mathematics
|
||||||
sci-physics
|
sci-physics
|
||||||
sys-apps
|
sys-apps
|
||||||
|
sys-power
|
||||||
voip
|
voip
|
||||||
www-apps
|
www-apps
|
||||||
www-servers
|
www-servers
|
||||||
|
@ -0,0 +1,25 @@
|
|||||||
|
# Copyright 2008 Mike Kelly <pioto@exherbo.org>
|
||||||
|
# Distributed under the terms of the GPL v2
|
||||||
|
|
||||||
|
SUMMARY="Script to help do all the necessary voodoo for suspending to ram/disk on Linux"
|
||||||
|
HOMEPAGE="http://www.tuxonice.net/"
|
||||||
|
DOWNLOADS="http://www.tuxonice.net/downloads/all/${PNV}.tar.gz"
|
||||||
|
|
||||||
|
LICENCES="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
PLATFORMS="~amd64 ~x86"
|
||||||
|
MYOPTIONS=""
|
||||||
|
|
||||||
|
DEPENDENCIES=""
|
||||||
|
|
||||||
|
BUGS_TO="pioto@exherbo.org"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
PREFIX="/usr" \
|
||||||
|
BASE_DIR="${IMAGE}" \
|
||||||
|
MAN_DIR="${IMAGE}/usr/share/man" \
|
||||||
|
DISTRIBUTION="gentoo" \
|
||||||
|
SCRIPT_DEST="${IMAGE}/usr/$(exhost --target)/bin/hibernate" \
|
||||||
|
edo sh ./install.sh
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user