mtools: updated to 4.0.9

This commit is contained in:
Jose V Beneyto 2009-03-03 08:09:36 +00:00
parent fd00f45487
commit 9e59831911
2 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
6c63d4bb63f1881f194c24ab0c85cf02 mtools-4.0.5.tar.bz2
4e73fb58fad16f48259a01abd0377d8d mtools-4.0.9.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: texinfo
name=mtools
version=4.0.5
version=4.0.9
release=1
source=(http://mtools.linux.lu/$name-$version.tar.bz2)
@ -12,8 +12,12 @@ build() {
cd $name-$version
./configure --prefix=/usr \
--datarootdir=$PKG/usr \
--sysconfdir=/etc
--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
}