CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 720 -
(show annotations)
Sun Oct 4 15:09:24 2009 UTC (3 years, 7 months ago) by cjg
File size: 582 byte(s)
Sun Oct 4 15:09:24 2009 UTC (3 years, 7 months ago) by cjg
File size: 582 byte(s)
importing opt
| 1 | # Description: Suite to support Apple laptop specific functions |
| 2 | # URL: http://pbbuttons.berlios.de/ |
| 3 | # Maintainer: CRUX PPC team http://cruxppc.sunsite.dk |
| 4 | # Depends on: run-parts |
| 5 | # PPC!= |
| 6 | |
| 7 | name=pbbuttonsd |
| 8 | version=0.8.1a |
| 9 | release=1 |
| 10 | source=(http://dl.sourceforge.net/sourceforge/pbbuttons/$name-$version.tar.gz \ |
| 11 | pbbuttonsd) |
| 12 | |
| 13 | build() { |
| 14 | cd $name-$version |
| 15 | |
| 16 | ./configure LAPTOP=PB --prefix=/usr \ |
| 17 | --disable-nls --with-gnu-ld --without-oss \ |
| 18 | --mandir=/usr/man --sysconfdir=/etc |
| 19 | |
| 20 | make |
| 21 | make DESTDIR=$PKG install |
| 22 | install -D -m 755 ../pbbuttonsd $PKG/etc/rc.d/pbbuttonsd |
| 23 | } |