From 01da6625beb07d5df75d36bcc4f4a1afbcd4d302 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 15 Oct 2011 15:28:44 +0200 Subject: dosfstools dans extra --- base/dosfstools/Pkgfile | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100755 base/dosfstools/Pkgfile (limited to 'base/dosfstools/Pkgfile') diff --git a/base/dosfstools/Pkgfile b/base/dosfstools/Pkgfile deleted file mode 100755 index 779e5a996..000000000 --- a/base/dosfstools/Pkgfile +++ /dev/null @@ -1,24 +0,0 @@ -# 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.11 -release=1 -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 $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 \ - && ln -s dosfsck.8 fsck.vfat.8 && ln -s mkdosfs.8 mkfs.msdos.8 \ - && ln -s mkdosfs.8 mkfs.vfat.8 -} -- cgit v1.2.3-70-g09d2