1
0
forked from ports/contrib

mtools: updated to 4.0.0

This commit is contained in:
Jose V Beneyto 2008-12-05 15:17:41 +01:00
parent 1193a14e10
commit 94c87696a7
2 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
8508a3ea9b612a926f3ed0f229e6c21a mtools-3.9.11.tar.bz2
acd2d6911d7657a051daefc55fe0baaf mtools-4.0.0.tar.bz2

View File

@ -4,15 +4,19 @@
# Depends on: texinfo
name=mtools
version=3.9.11
release=4
version=4.0.0
release=1
source=(http://mtools.linux.lu/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc
--sysconfdir=/etc \
--mandir=/usr/man
make
make -j1 prefix=$PKG/usr install
rm -rf $PKG/usr/info
install -d $PKG/usr/man/{man1,man5}
install -m 0644 *.1 $PKG/usr/man/man1
install -m 0644 *.5 $PKG/usr/man/man5
rm -rf $PKG/usr/share
}