summaryrefslogtreecommitdiffstats
path: root/extra/mtools/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-27 22:31:56 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-27 22:31:56 +0100
commit0193d201a24c996fcabd8f7fe1d94a621f4922bc (patch)
treecda1cd7544e4d0c440a3e9b35c35d0011003a5c8 /extra/mtools/Pkgfile
parent833d81d3880d063502f879a262d5be17b718195f (diff)
downloadnutyx-pakxe-0193d201a24c996fcabd8f7fe1d94a621f4922bc.tar.gz
nutyx-pakxe-0193d201a24c996fcabd8f7fe1d94a621f4922bc.tar.bz2
nutyx-pakxe-0193d201a24c996fcabd8f7fe1d94a621f4922bc.tar.xz
nutyx-pakxe-0193d201a24c996fcabd8f7fe1d94a621f4922bc.zip
Maj mtools#4.0.12-1
Diffstat (limited to 'extra/mtools/Pkgfile')
-rw-r--r--extra/mtools/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/mtools/Pkgfile b/extra/mtools/Pkgfile
deleted file mode 100644
index 99b71a8c2..000000000
--- a/extra/mtools/Pkgfile
+++ /dev/null
@@ -1,21 +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
-# Depends on:
-
-name=mtools
-version=4.0.10
-release=1
-source=(ftp://ftp.gnu.org/gnu/mtools/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --sysconfdir=/etc
- make
- make DESTDIR=$PKG install
- rm $PKG/usr/share/info/dir
-}