diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2008-04-12 15:10:08 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2008-04-12 15:12:43 +0200 |
commit | 4c50812d663664dc4f23d70edfcd42605c06bf94 (patch) | |
tree | b07ae64015259cfd1b27bbe8e02a33476c409692 /esmtp | |
parent | a6af03120c3a1ee7fafd0b5e52e86d1f192772ee (diff) | |
download | opt-4c50812d663664dc4f23d70edfcd42605c06bf94.tar.gz opt-4c50812d663664dc4f23d70edfcd42605c06bf94.tar.xz |
esmtp: updated to 0.6.0.
Diffstat (limited to 'esmtp')
-rw-r--r-- | esmtp/.md5sum | 2 | ||||
-rw-r--r-- | esmtp/Pkgfile | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/esmtp/.md5sum b/esmtp/.md5sum index e48da7162..a00284ffb 100644 --- a/esmtp/.md5sum +++ b/esmtp/.md5sum @@ -1 +1 @@ -9f0b809e891a548910f099efc4315b02 esmtp-0.5.1.tar.bz2 +3f97c38f8e59978f1a25fe10bb68cdff esmtp-0.6.0.tar.bz2 diff --git a/esmtp/Pkgfile b/esmtp/Pkgfile index 6c5359ef2..da5afa91a 100644 --- a/esmtp/Pkgfile +++ b/esmtp/Pkgfile @@ -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 |