2007-12-04 19:59:21 +01:00
|
|
|
# Description: Utilities to access MS-DOS disks without mounting them
|
2008-03-25 22:51:04 +01:00
|
|
|
# URL: http://mtools.linux.lu/
|
|
|
|
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
|
2008-03-27 10:44:08 +01:00
|
|
|
# Depends on: texinfo
|
2006-12-15 08:55:11 +01:00
|
|
|
|
|
|
|
name=mtools
|
2007-06-03 00:59:37 +02:00
|
|
|
version=3.9.11
|
2008-10-07 16:52:04 +02:00
|
|
|
release=4
|
2008-03-25 22:51:04 +01:00
|
|
|
source=(http://mtools.linux.lu/$name-$version.tar.bz2)
|
2006-12-15 08:55:11 +01:00
|
|
|
|
|
|
|
build() {
|
2008-03-25 22:51:04 +01:00
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr \
|
2007-12-04 19:59:21 +01:00
|
|
|
--sysconfdir=/etc
|
2008-03-25 22:51:04 +01:00
|
|
|
make
|
2008-10-07 16:52:04 +02:00
|
|
|
make -j1 prefix=$PKG/usr install
|
2008-03-25 22:51:04 +01:00
|
|
|
rm -rf $PKG/usr/info
|
2006-12-15 08:55:11 +01:00
|
|
|
}
|