summaryrefslogtreecommitdiffstats
path: root/dosfstools/Pkgfile
blob: b700fd658327b2f0dbcb6c4c2ac247ad2fde03fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Description: Commandes MS-DOS FAT pour linux
# URL: ftp://ftp.ibiblio.org/pub/Linux/system/filesystems/dosfs/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=dosfstools
version=3.0.12
release=1
source=( ftp://ftp.debian.org/debian/pool/main/d/$name/$name\_$version.orig.tar.gz)

build() {
	cd $name-$version
	make
	make DESTDIR=$PKG PREFIX=/usr SBINDIR=/sbin install
}