CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dosfstools: initial import (verified compilation).
[attic/ports/opt-cross.git] / dosfstools / Pkgfile
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 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
6 # Depends on:
7
8 name=dosfstools
9 version=3.0.10
10 release=1
11 source=(http://www.daniel-baumann.ch/software/$name/$name-$version.tar.bz2)
12
13 build() {
14 cd $name-$version
15 sed -e 's|^install: .*|install: install-bin install-man|' -i Makefile
16 make install DESTDIR=$PKG \
17 PREFIX=/usr \
18 SBINDIR=/sbin \
19 MANDIR=/usr/man
20 }