contrib/mtools/Pkgfile

21 lines
545 B
Plaintext
Raw Normal View History

2007-12-04 19:59:21 +01:00
# Description: Utilities to access MS-DOS disks without mounting them
2008-03-25 22:51:04 +01:00
# URL: http://mtools.linux.lu/
2009-04-17 08:00:12 +02:00
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Depends on:
2006-12-15 08:55:11 +01:00
name=mtools
version=4.0.13
2009-01-26 09:58:39 +01:00
release=1
2009-04-17 08:00:12 +02:00
source=(ftp://ftp.gnu.org/gnu/mtools/$name-$version.tar.bz2)
2006-12-15 08:55:11 +01:00
build() {
2008-03-25 22:51:04 +01:00
cd $name-$version
./configure --prefix=/usr \
2009-01-26 09:58:39 +01:00
--datarootdir=$PKG/usr \
2009-03-03 09:09:36 +01:00
--sysconfdir=/etc \
--enable-floppyd
2008-03-25 22:51:04 +01:00
make
sed -i Makefile -e 's|install-scripts install-info|install-scripts|'
make -j1 prefix=$PKG/usr install
2006-12-15 08:55:11 +01:00
}