network/nmh: Updated for version 1.3

This commit is contained in:
Joel J. Adamson 2010-05-13 00:37:37 +02:00 committed by Robby Workman
parent 1623f51c7f
commit af8dec6493
2 changed files with 3 additions and 1 deletions

View file

@ -85,4 +85,4 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
)
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -2,7 +2,9 @@ PRGNAM="nmh"
VERSION="1.3"
HOMEPAGE="http://www.nongnu.org/nmh/"
DOWNLOAD="http://download.savannah.nongnu.org/releases/nmh/nmh-1.3.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="a52d1f93e780d7a045207451ce6c9a4e"
MD5SUM_x86_64=""
MAINTAINER="Joel J. Adamson"
EMAIL="adamsonj@email.unc.edu"
APPROVED="rworkman"