opt/mtools/Pkgfile

24 lines
596 B
Plaintext
Raw Normal View History

2010-08-31 11:31:40 +02:00
# Description: Utilities to access MS-DOS disks without mounting them
# URL: http://mtools.linux.lu/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
# Depends on:
name=mtools
2011-04-18 17:05:17 +02:00
version=4.0.16
release=1
2010-08-31 11:31:40 +02:00
source=(ftp://ftp.gnu.org/gnu/mtools/$name-$version.tar.bz2)
build() {
cd $name-$version
2010-08-31 11:31:40 +02:00
./configure --prefix=/usr \
--sysconfdir=/etc \
2011-04-18 17:05:17 +02:00
--mandir=$PKG/usr/man \
--disable-floppyd
2010-08-31 11:31:40 +02:00
make
sed -i Makefile -e 's|install-scripts install-info|install-scripts|'
make -j1 prefix=$PKG/usr install
}