milis/talimatname/genel/m/mtools/talimat

28 lines
564 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Dosya sistemine erişmek için kullanılan araçların toplanması MS-DOS
# URL: http://mtools.linux.lu/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=mtools
surum=4.0.18
devir=1
kaynak=(ftp://ftp.gnu.org/gnu/mtools/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
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
}