opt/mtools/Pkgfile
2010-10-18 16:56:03 +02:00

21 lines
555 B
Plaintext

# Description: Utilities to access MS-DOS disks without mounting them
# URL: http://mtools.linux.lu/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
# Depends on:
name=mtools
version=4.0.14
release=1
source=(ftp://ftp.gnu.org/gnu/mtools/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--enable-floppyd
make
sed -i Makefile -e 's|install-scripts install-info|install-scripts|'
make -j1 prefix=$PKG/usr install
}