From 44aebdb56f9d4b0dc484450af0e76312abcdf4c5 Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 26 Feb 2010 18:11:07 +0100 Subject: Maj dosfstools#3.0.9-1 --- base/dosfstools/.footprint | 1 + base/dosfstools/.md5sum | 2 +- base/dosfstools/Pkgfile | 13 +++++-------- 3 files changed, 7 insertions(+), 9 deletions(-) (limited to 'base/dosfstools') 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 \ -- cgit v1.2.3-54-g00ecf