diff options
Diffstat (limited to 'extra/mtools/Pkgfile')
-rw-r--r-- | extra/mtools/Pkgfile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/extra/mtools/Pkgfile b/extra/mtools/Pkgfile deleted file mode 100644 index 48e46de10..000000000 --- a/extra/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 -} |