summaryrefslogtreecommitdiffstats
path: root/dosfstools/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'dosfstools/Pkgfile')
-rwxr-xr-xdosfstools/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/dosfstools/Pkgfile b/dosfstools/Pkgfile
new file mode 100755
index 000000000..b700fd658
--- /dev/null
+++ b/dosfstools/Pkgfile
@@ -0,0 +1,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
+}