esmtp: updated to 0.6.0.

This commit is contained in:
Tilman Sauerbeck 2008-04-12 15:10:08 +02:00
parent a6af03120c
commit 4c50812d66
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
9f0b809e891a548910f099efc4315b02 esmtp-0.5.1.tar.bz2
3f97c38f8e59978f1a25fe10bb68cdff esmtp-0.6.0.tar.bz2

View File

@ -4,14 +4,15 @@
# Depends on: libesmtp
name=esmtp
version=0.5.1
version=0.6.0
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
CPPFLAGS=`libesmtp-config --cflags` ./configure --prefix=/usr
CPPFLAGS=`libesmtp-config --cflags` \
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install