CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 201 -
(show annotations)
Sun Oct 4 15:01:40 2009 UTC (3 years, 7 months ago) by cjg
File size: 538 byte(s)
Sun Oct 4 15:01:40 2009 UTC (3 years, 7 months ago) by cjg
File size: 538 byte(s)
importing opt
| 1 | # Description: ejects CDs and operates CD-Changers |
| 2 | # URL: http://ca.geocities.com/jefftranter%40rogers.com/eject.html |
| 3 | # Maintainer: Simon Gloßner, viper at hometux dot de |
| 4 | # Packager: sten, nick dot steeves at shaw dot ca |
| 5 | # PPC!= |
| 6 | |
| 7 | name=eject |
| 8 | version=2.1.5 |
| 9 | release=1 |
| 10 | source=(http://ca.geocities.com/jefftranter@rogers.com/$name-$version.tar.gz) |
| 11 | |
| 12 | build() { |
| 13 | cd $name |
| 14 | |
| 15 | ./configure \ |
| 16 | --prefix=/usr \ |
| 17 | --enable-default-device=/dev/cdrom \ |
| 18 | --disable-nls |
| 19 | make |
| 20 | make DESTDIR=$PKG install |
| 21 | |
| 22 | rm -rf $PKG/usr/share |
| 23 | } |