mtools: port removed (now in opt)

This commit is contained in:
Jose V Beneyto 2010-08-31 09:26:39 +00:00 committed by Bartlomiej Palmowski
parent 2b80ce0bf4
commit 65d017a220
3 changed files with 0 additions and 88 deletions

View File

@ -1,67 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/amuFormat.sh
-rwxr-xr-x root/root usr/bin/floppyd
-rwxr-xr-x root/root usr/bin/floppyd_installtest
lrwxrwxrwx root/root usr/bin/lz -> uz
lrwxrwxrwx root/root usr/bin/mattrib -> mtools
lrwxrwxrwx root/root usr/bin/mbadblocks -> mtools
lrwxrwxrwx root/root usr/bin/mcat -> mtools
lrwxrwxrwx root/root usr/bin/mcd -> mtools
-rwxr-xr-x root/root usr/bin/mcheck
lrwxrwxrwx root/root usr/bin/mclasserase -> mtools
-rwxr-xr-x root/root usr/bin/mcomp
lrwxrwxrwx root/root usr/bin/mcopy -> mtools
lrwxrwxrwx root/root usr/bin/mdel -> mtools
lrwxrwxrwx root/root usr/bin/mdeltree -> mtools
lrwxrwxrwx root/root usr/bin/mdir -> mtools
lrwxrwxrwx root/root usr/bin/mdu -> mtools
lrwxrwxrwx root/root usr/bin/mformat -> mtools
lrwxrwxrwx root/root usr/bin/minfo -> mtools
-rwxr-xr-x root/root usr/bin/mkmanifest
lrwxrwxrwx root/root usr/bin/mlabel -> mtools
lrwxrwxrwx root/root usr/bin/mmd -> mtools
lrwxrwxrwx root/root usr/bin/mmount -> mtools
lrwxrwxrwx root/root usr/bin/mmove -> mtools
lrwxrwxrwx root/root usr/bin/mpartition -> mtools
lrwxrwxrwx root/root usr/bin/mrd -> mtools
lrwxrwxrwx root/root usr/bin/mren -> mtools
lrwxrwxrwx root/root usr/bin/mshowfat -> mtools
-rwxr-xr-x root/root usr/bin/mtools
lrwxrwxrwx root/root usr/bin/mtoolstest -> mtools
lrwxrwxrwx root/root usr/bin/mtype -> mtools
-rwxr-xr-x root/root usr/bin/mxtar
lrwxrwxrwx root/root usr/bin/mzip -> mtools
-rwxr-xr-x root/root usr/bin/tgz
-rwxr-xr-x root/root usr/bin/uz
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/floppyd.1.gz
-rw-r--r-- root/root usr/man/man1/floppyd_installtest.1.gz
-rw-r--r-- root/root usr/man/man1/mattrib.1.gz
-rw-r--r-- root/root usr/man/man1/mbadblocks.1.gz
-rw-r--r-- root/root usr/man/man1/mcat.1.gz
-rw-r--r-- root/root usr/man/man1/mcd.1.gz
-rw-r--r-- root/root usr/man/man1/mclasserase.1.gz
-rw-r--r-- root/root usr/man/man1/mcopy.1.gz
-rw-r--r-- root/root usr/man/man1/mdel.1.gz
-rw-r--r-- root/root usr/man/man1/mdeltree.1.gz
-rw-r--r-- root/root usr/man/man1/mdir.1.gz
-rw-r--r-- root/root usr/man/man1/mdu.1.gz
-rw-r--r-- root/root usr/man/man1/mformat.1.gz
-rw-r--r-- root/root usr/man/man1/minfo.1.gz
-rw-r--r-- root/root usr/man/man1/mkmanifest.1.gz
-rw-r--r-- root/root usr/man/man1/mlabel.1.gz
-rw-r--r-- root/root usr/man/man1/mmd.1.gz
-rw-r--r-- root/root usr/man/man1/mmount.1.gz
-rw-r--r-- root/root usr/man/man1/mmove.1.gz
-rw-r--r-- root/root usr/man/man1/mpartition.1.gz
-rw-r--r-- root/root usr/man/man1/mrd.1.gz
-rw-r--r-- root/root usr/man/man1/mren.1.gz
-rw-r--r-- root/root usr/man/man1/mshowfat.1.gz
-rw-r--r-- root/root usr/man/man1/mtools.1.gz
-rw-r--r-- root/root usr/man/man1/mtoolstest.1.gz
-rw-r--r-- root/root usr/man/man1/mtype.1.gz
-rw-r--r-- root/root usr/man/man1/mzip.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/mtools.5.gz

View File

@ -1 +0,0 @@
334fe1580d6e3f4b5c904ce097267477 mtools-4.0.13.tar.bz2

View File

@ -1,20 +0,0 @@
# Description: Utilities to access MS-DOS disks without mounting them
# URL: http://mtools.linux.lu/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Depends on:
name=mtools
version=4.0.13
release=1
source=(ftp://ftp.gnu.org/gnu/mtools/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--datarootdir=$PKG/usr \
--sysconfdir=/etc \
--enable-floppyd
make
sed -i Makefile -e 's|install-scripts install-info|install-scripts|'
make -j1 prefix=$PKG/usr install
}