contrib/mtools/Pkgfile
2009-03-03 08:11:53 +00:00

24 lines
609 B
Plaintext

# Description: Utilities to access MS-DOS disks without mounting them
# URL: http://mtools.linux.lu/
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Depends on: texinfo
name=mtools
version=4.0.9
release=1
source=(http://mtools.linux.lu/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--datarootdir=$PKG/usr \
--sysconfdir=/etc \
--enable-floppyd
make
make -j1 prefix=$PKG/usr install
rm -rf $PKG/usr/info
strip $PKG/usr/bin/mtools \
$PKG/usr/bin/mkmanifest \
$PKG/usr/bin/floppyd
}