summaryrefslogtreecommitdiffstats
path: root/base/mtools/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:47:40 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:47:40 +0200
commit368277138fafeda140f688d562f839a02b4c844b (patch)
tree9a76b4b0c1ba84eb9da5dfe3538bd4d76c2d9ee3 /base/mtools/Pkgfile
parentd9db79db5d918921b73aa5436a614f0479ceb963 (diff)
downloadnutyx-extra-368277138fafeda140f688d562f839a02b4c844b.tar.gz
nutyx-extra-368277138fafeda140f688d562f839a02b4c844b.tar.bz2
nutyx-extra-368277138fafeda140f688d562f839a02b4c844b.tar.xz
nutyx-extra-368277138fafeda140f688d562f839a02b4c844b.zip
mtools dans extra
Diffstat (limited to 'base/mtools/Pkgfile')
-rw-r--r--base/mtools/Pkgfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/base/mtools/Pkgfile b/base/mtools/Pkgfile
deleted file mode 100644
index 48e46de10..000000000
--- a/base/mtools/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Description: Collection d'outils pour l'accès au système de fichiers MS-DOS
-# URL: http://mtools.linux.lu/
-# Maintainer: NuTyX
-# Packager: thierryn1 at hispeed dot ch
-
-name=mtools
-version=4.0.15
-release=1
-source=(ftp://ftp.gnu.org/gnu/mtools/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
-
- sed -i '/^SAMPLE FILE$/s:^:# :' mtools.conf
-
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --sysconfdir=/etc
-
- make
- make -j1 prefix=$PKG/usr install
-
- install -Dm644 mtools.conf $PKG/etc/mtools.conf
-}