contrib/mtools/Pkgfile
2008-10-07 16:52:04 +02:00

19 lines
445 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=3.9.11
release=4
source=(http://mtools.linux.lu/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc
make
make -j1 prefix=$PKG/usr install
rm -rf $PKG/usr/info
}