CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
glib: updated to 2.24.2
[attic/ports/opt-cross.git] / dosfstools / Pkgfile
CommitLineData
6ccdbe1f
VM
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
8name=dosfstools
9version=3.0.10
10release=1
11source=(http://www.daniel-baumann.ch/software/$name/$name-$version.tar.bz2)
12
13build() {
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}