milis/talimatname/genel/mtools/talimat

27 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.

# Description: Dosya sistemine erişmek için kullanılan araçların toplanması MS-DOS
# URL: http://mtools.linux.lu/
# Packager: milisarge
# Depends on:
name=mtools
version=4.0.18
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
}