Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 788 - (show annotations)
Sun Oct 4 15:09:55 2009 UTC (3 years, 7 months ago) by cjg
File size: 522 byte(s)
suspend: added
1 # Description: A collection of scripts that handle suspend and resume on behalf of HAL
2 # URL: http://pm-utils.freedesktop.org/wiki/
3 # Maintainer: Giuseppe Coviello <cjg@cruxppc.org>
4 # Packager: Giuseppe Coviello <cjg@cruxppc.org>
5 # Depends on: hal suspend
6
7 name=pm-utils
8 version=1.2.2.1
9 release=1
10 source=(http://pm-utils.freedesktop.org/releases/$name-$version.tar.gz)
11
12 build() {
13 cd $name-$version
14 ./configure --prefix=/usr --mandir=/usr/man --disable-nls
15 make
16 make DESTDIR=$PKG install
17 rm -rf $PKG/usr/{man,share}
18 }