CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 138 -
(show annotations)
Sun Oct 4 14:32:40 2009 UTC (3 years, 7 months ago) by cjg
File size: 597 byte(s)
Sun Oct 4 14:32:40 2009 UTC (3 years, 7 months ago) by cjg
File size: 597 byte(s)
mc: updated to 4.6.2
| 1 | # Description: GNU Midnight Commander |
| 2 | # URL: http://www.midnight-commander.org |
| 3 | # Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de |
| 4 | # Depends on: e2fsprogs, glib |
| 5 | |
| 6 | name=mc |
| 7 | version=4.6.2 |
| 8 | release=1 |
| 9 | source=(http://www.midnight-commander.org/downloads/$name-$version.tar.gz) |
| 10 | |
| 11 | build () { |
| 12 | cd $name-$version |
| 13 | |
| 14 | ./configure --prefix=/usr \ |
| 15 | --mandir=/usr/man \ |
| 16 | --libexecdir=/usr/lib \ |
| 17 | --disable-nls |
| 18 | make |
| 19 | make DESTDIR=$PKG install |
| 20 | |
| 21 | rm $PKG/usr/share/mc/{mc.hint.*,extfs/README} |
| 22 | rm -r $PKG/usr/{sbin,man/man8} |
| 23 | } |