contrib/mtools/Pkgfile
2007-12-04 19:59:40 +01:00

19 lines
440 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 -r ${PKG}/usr/info
}