summaryrefslogtreecommitdiffstats
path: root/base/dosfstools/Pkgfile
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/Pkgfile
parentf3d63b6739ab9f265701609d2a516dbb59e260ab (diff)
downloadnutyx-extra-44aebdb56f9d4b0dc484450af0e76312abcdf4c5.tar.gz
nutyx-extra-44aebdb56f9d4b0dc484450af0e76312abcdf4c5.tar.bz2
nutyx-extra-44aebdb56f9d4b0dc484450af0e76312abcdf4c5.tar.xz
nutyx-extra-44aebdb56f9d4b0dc484450af0e76312abcdf4c5.zip
Maj dosfstools#3.0.9-1
Diffstat (limited to 'base/dosfstools/Pkgfile')
-rwxr-xr-xbase/dosfstools/Pkgfile13
1 files changed, 5 insertions, 8 deletions
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 \