contrib/mtools/Pkgfile

19 lines
441 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/
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Depends on: texinfo
2006-12-15 08:55:11 +01:00
name=mtools
2007-06-03 00:59:37 +02:00
version=3.9.11
release=3
2008-03-25 22:51:04 +01:00
source=(http://mtools.linux.lu/$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 \
2007-12-04 19:59:21 +01:00
--sysconfdir=/etc
2008-03-25 22:51:04 +01:00
make
make prefix=$PKG/usr install
rm -rf $PKG/usr/info
2006-12-15 08:55:11 +01:00
}