1
0
forked from ports/contrib

mtools: updated to 4.0.13 and patched to remove texinfo dependency

This commit is contained in:
Jose V Beneyto 2010-05-11 11:52:45 +02:00
parent 9fdbed7c07
commit 64d0bbc932
2 changed files with 4 additions and 7 deletions

View File

@ -1 +1 @@
0ee77a14e5f113ad8136a867f8ed4c3a mtools-4.0.12.tar.bz2
334fe1580d6e3f4b5c904ce097267477 mtools-4.0.13.tar.bz2

View File

@ -1,10 +1,10 @@
# Description: Utilities to access MS-DOS disks without mounting them
# URL: http://mtools.linux.lu/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Depends on: texinfo
# Depends on:
name=mtools
version=4.0.12
version=4.0.13
release=1
source=(ftp://ftp.gnu.org/gnu/mtools/$name-$version.tar.bz2)
@ -15,9 +15,6 @@ build() {
--sysconfdir=/etc \
--enable-floppyd
make
sed -i Makefile -e 's|install-scripts install-info|install-scripts|'
make -j1 prefix=$PKG/usr install
rm -rf $PKG/usr/info
strip $PKG/usr/bin/mtools \
$PKG/usr/bin/mkmanifest \
$PKG/usr/bin/floppyd
}