contrib/mtools/Pkgfile
2008-03-25 22:51:13 +01:00

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