CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 2007 -
(show annotations)
Tue Oct 12 13:11:05 2010 UTC (2 years, 7 months ago) by acrux
File size: 592 byte(s)
Tue Oct 12 13:11:05 2010 UTC (2 years, 7 months ago) by acrux
File size: 592 byte(s)
2.7 initial import
| 1 | # Description: tools for creating and checking DOS filesystems in linux |
| 2 | # URL: http://www.daniel-baumann.ch/software/dosfstools/ |
| 3 | # Maintainer: Jose V Beneyto, sepen at crux dot nu |
| 4 | # Packager: Ryan B. Lynch, rlynch at strozllc dot com |
| 5 | # Depends on: |
| 6 | |
| 7 | name=dosfstools |
| 8 | version=3.0.10 |
| 9 | release=1 |
| 10 | source=(http://www.daniel-baumann.ch/software/$name/$name-$version.tar.bz2) |
| 11 | |
| 12 | build() { |
| 13 | cd $name-$version |
| 14 | sed -e 's|^install: .*|install: install-bin install-man|' -i Makefile |
| 15 | make install DESTDIR=$PKG \ |
| 16 | PREFIX=/usr \ |
| 17 | SBINDIR=/sbin \ |
| 18 | MANDIR=/usr/man |
| 19 | } |