1
0
forked from ports/contrib

mtools: updated to 4.0.1

This commit is contained in:
JoseVBeneyto 2009-01-26 08:58:39 +00:00
parent 023ddd5d75
commit 6ab2286c2c
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
8508a3ea9b612a926f3ed0f229e6c21a mtools-3.9.11.tar.bz2 4c91d1f26a201e3e7d440e125764790c mtools-4.0.1.tar.bz2

View File

@ -4,13 +4,14 @@
# Depends on: texinfo # Depends on: texinfo
name=mtools name=mtools
version=3.9.11 version=4.0.1
release=4 release=1
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 \
--datarootdir=$PKG/usr \
--sysconfdir=/etc --sysconfdir=/etc
make make
make -j1 prefix=$PKG/usr install make -j1 prefix=$PKG/usr install