mtools: Cleanup.

This commit is contained in:
Jose V Beneyto 2008-03-25 22:51:04 +01:00
parent cd83fa0c17
commit 9bb053d9cc

View File

@ -1,18 +1,18 @@
# Description: Utilities to access MS-DOS disks without mounting them # Description: Utilities to access MS-DOS disks without mounting them
# URL: http://mtools.linux.lu/ # URL: http://mtools.linux.lu/
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net # Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Depends on: # Depends on:
name=mtools name=mtools
version=3.9.11 version=3.9.11
release=2 release=2
source=(http://mtools.linux.lu/${name}-${version}.tar.bz2) source=(http://mtools.linux.lu/$name-$version.tar.bz2)
build() { build() {
cd ${name}-${version} cd $name-$version
./configure --prefix=/usr \ ./configure --prefix=/usr \
--sysconfdir=/etc --sysconfdir=/etc
make make
make prefix=${PKG}/usr install make prefix=$PKG/usr install
rm -r ${PKG}/usr/info rm -rf $PKG/usr/info
} }