summaryrefslogtreecommitdiffstats
path: root/mtools/Pkgfile
blob: 21a08741e0c7efa62806877d2a523c84d33f9216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Description: Collection d'outils pour l'accès au système de fichiers MS-DOS
# URL: http://mtools.linux.lu/
# Maintainer: NuTyX
# Packager:  thierryn1 at hispeed dot ch

name=mtools
version=4.0.17
release=1
source=(ftp://ftp.gnu.org/gnu/mtools/$name-$version.tar.bz2)

build() {
	cd $name-$version

	sed -i '/^SAMPLE FILE$/s:^:# :' mtools.conf

	./configure --prefix=/usr \
              --mandir=/usr/share/man \
              --infodir=/usr/share/info \
	      --sysconfdir=/etc

	make
	make -j1 prefix=$PKG/usr install
	
	install -Dm644 mtools.conf $PKG/etc/mtools.conf
}