2006-12-15 08:55:11 +01:00
|
|
|
# Description: Utilities to access MS-DOS disks without mounting them
|
|
|
|
# URL: http://mtools.linux.lu/
|
|
|
|
# Maintainer: Mark Rosenstand, mark at borkware dot net
|
|
|
|
|
|
|
|
name=mtools
|
2007-06-03 00:59:37 +02:00
|
|
|
version=3.9.11
|
2006-12-15 08:55:11 +01:00
|
|
|
release=1
|
|
|
|
source=(http://mtools.linux.lu/mtools-$version.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd mtools-$version
|
|
|
|
./configure --prefix=/usr --sysconfdir=/etc
|
|
|
|
make
|
|
|
|
make prefix=$PKG/usr install
|
|
|
|
rm -r $PKG/usr/info
|
|
|
|
}
|