opt/dosfstools/Pkgfile

20 lines
591 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: tools for creating and checking DOS filesystems in linux
# URL: http://www.daniel-baumann.ch/software/dosfstools/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
2006-02-23 16:26:10 +01:00
# Packager: Ryan B. Lynch, rlynch at strozllc dot com
# Depends on:
name=dosfstools
2010-01-25 08:53:39 +01:00
version=3.0.8
2006-02-23 16:26:10 +01:00
release=1
source=(http://www.daniel-baumann.ch/software/$name/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
sed -e 's|^install: .*|install: install-bin install-man|' -i Makefile
make install DESTDIR=$PKG \
PREFIX=/usr \
SBINDIR=/sbin \
MANDIR=/usr/man
2006-02-23 16:26:10 +01:00
}