Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbiltesting.git;a=commitdiff;h=6b73ac999523f6c9f8d599a4c3f2ea9e80444f7f
commit 6b73ac999523f6c9f8d599a4c3f2ea9e80444f7f Author: bouleetbil <[email protected]> Date: Mon Sep 14 03:11:03 2009 +0200 hibernate-script-2.0-1-i686 *new package diff --git a/source/apps-extra/hibernate-script/FrugalBuild b/source/apps-extra/hibernate-script/FrugalBuild new file mode 100644 index 0000000..3a7d488 --- /dev/null +++ b/source/apps-extra/hibernate-script/FrugalBuild @@ -0,0 +1,27 @@ +# Compiling Time: 0 SBU +# Maintainer: bouleetbil <[email protected]> + +pkgname=hibernate-script +pkgver=2.0 +pkgrel=1 +pkgdesc="Hibernate script supporting multiple suspend methods" +url="http://www.tuxonice.net" +depends=() +groups=('apps-extra') +archs=('i686') +up2date="Flasttar http://www.tuxonice.net/downloads/" +source=(http://www.tuxonice.net/downloads/all/$pkgname-$pkgver.tar.gz) +sha1sums=('d3fbf631adaed5d751275e3b67ec11d5dc0700b5') +backup=(/etc/hibernate/hibernate.conf /etc/hibernate/ram.conf /etc/hibernate/disk.conf \ + /etc/hibernate/tuxonice.conf /etc/hibernate/ususpend-ram.conf \ + /etc/hibernate/ususpend-disk.conf /etc/hibernate/ususpend-both.conf \ + /etc/hibernate/sysfs-ram.conf /etc/hibernate/sysfs-disk.conf \ + /etc/hibernate/common.conf) + +build() { + Fcd + export BASE_DIR=${Fdestdir} + export PREFIX=/usr + export DISTRIBUTION=FrugalWare + sh ./install.sh || Fdie +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
