opt/mtools/Pkgfile

23 lines
558 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
2010-12-08 02:06:51 +01:00
version=4.0.15
release=2
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 \
--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
}