summaryrefslogtreecommitdiffstats
path: root/base/dosfstools
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-26 18:11:07 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-26 18:11:07 +0100
commit44aebdb56f9d4b0dc484450af0e76312abcdf4c5 (patch)
treeef4b0c1e03f43f99040480af645a9eed1bfebf6b /base/dosfstools
parentf3d63b6739ab9f265701609d2a516dbb59e260ab (diff)
downloadnutyx-pakxe-44aebdb56f9d4b0dc484450af0e76312abcdf4c5.tar.gz
nutyx-pakxe-44aebdb56f9d4b0dc484450af0e76312abcdf4c5.tar.bz2
nutyx-pakxe-44aebdb56f9d4b0dc484450af0e76312abcdf4c5.tar.xz
nutyx-pakxe-44aebdb56f9d4b0dc484450af0e76312abcdf4c5.zip
Maj dosfstools#3.0.9-1
Diffstat (limited to 'base/dosfstools')
-rw-r--r--base/dosfstools/.footprint1
-rw-r--r--base/dosfstools/.md5sum2
-rwxr-xr-xbase/dosfstools/Pkgfile13
3 files changed, 7 insertions, 9 deletions
diff --git a/base/dosfstools/.footprint b/base/dosfstools/.footprint
index 46a261924..627948aef 100644
--- a/base/dosfstools/.footprint
+++ b/base/dosfstools/.footprint
@@ -10,6 +10,7 @@ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/dosfsck.8.gz
+-rw-r--r-- root/root usr/share/man/man8/dosfslabel.8.gz
lrwxrwxrwx root/root usr/share/man/man8/fsck.msdos.8.gz -> dosfsck.8.gz
lrwxrwxrwx root/root usr/share/man/man8/fsck.vfat.8.gz -> dosfsck.8.gz
-rw-r--r-- root/root usr/share/man/man8/mkdosfs.8.gz
diff --git a/base/dosfstools/.md5sum b/base/dosfstools/.md5sum
index e02608873..5093d3844 100644
--- a/base/dosfstools/.md5sum
+++ b/base/dosfstools/.md5sum
@@ -1 +1 @@
-407d405ade410f7597d364ab5dc8c9f6 dosfstools-2.11.src.tar.gz
+bd273cf8aa6341c0b52cbac72050bcf4 dosfstools_3.0.9.orig.tar.gz
diff --git a/base/dosfstools/Pkgfile b/base/dosfstools/Pkgfile
index 65e85b888..d4e87cbfc 100755
--- a/base/dosfstools/Pkgfile
+++ b/base/dosfstools/Pkgfile
@@ -1,4 +1,3 @@
-# $Id: build,v 1.3 2008/06/20 17:41:31 install Exp root $
# Description: Commandes MS-DOS FAT pour linux
# URL: ftp://ftp.ibiblio.org/pub/Linux/system/filesystems/dosfs/
# Maintainer: NuTyX core team
@@ -6,20 +5,18 @@
# Depends on:
name=dosfstools
-version=2.11
+version=3.0.9
release=1
-source=( http://fresh.t-systems-sfr.com/linux/src/$name-$version.src.tar.gz\
- )
+source=( ftp://ftp.debian.org/debian/pool/main/d/$name/$name\_$version.orig.tar.gz)
build() {
cd $name-$version
make
mkdir -p $PKG/sbin
mkdir -p $PKG/usr/share/man/man8
- cp dosfsck/dosfsck $PKG/sbin
- cp dosfsck/dosfsck.8 $PKG/usr/share/man/man8
- cp mkdosfs/mkdosfs $PKG/sbin
- cp mkdosfs/mkdosfs.8 $PKG/usr/share/man/man8
+ cp dosfsck $PKG/sbin
+ cp man/* $PKG/usr/share/man/man8
+ cp mkdosfs $PKG/sbin
cd $PKG/sbin && ln -s dosfsck fsck.msdos && ln -s dosfsck fsck.vfat \
&& ln -s mkdosfs mkfs.msdos && ln -s mkdosfs mkfs.vfat
cd $PKG/usr/share/man/man8 && ln -s dosfsck.8 fsck.msdos.8 \