CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 268 -
(hide annotations)
Sun Oct 4 15:02:08 2009 UTC (3 years, 7 months ago) by cjg
File size: 484 byte(s)
Sun Oct 4 15:02:08 2009 UTC (3 years, 7 months ago) by cjg
File size: 484 byte(s)
suspend: added
| 1 | cjg | 268 | # Description: A tool that can handle the so called "suspend-to-both" |
| 2 | # URL: http://suspend.sourceforge.net | ||
| 3 | # Maintainer: Giuseppe Coviello <cjg@cruxppc.org> | ||
| 4 | # Packager: Giuseppe Coviello <cjg@cruxppc.org> | ||
| 5 | # Depends on: | ||
| 6 | |||
| 7 | name=suspend | ||
| 8 | version=0.8 | ||
| 9 | release=1 | ||
| 10 | source=(http://dl.sourceforge.net/sourceforge/$name/$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/share,dev} | ||
| 18 | } |