diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:28:21 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:28:21 +0200 |
commit | 3885e2cde57cd7ec6f72bc3825083acbfcbbc5b5 (patch) | |
tree | 49a843c0a21d1aba71054e1302eb5d69d2483ce0 /extra/libesmtp/Pkgfile | |
parent | d755e19b1fd26bc36113f68bd0778f3a3f5691fc (diff) | |
download | nutyx-extra-3885e2cde57cd7ec6f72bc3825083acbfcbbc5b5.tar.gz nutyx-extra-3885e2cde57cd7ec6f72bc3825083acbfcbbc5b5.tar.bz2 nutyx-extra-3885e2cde57cd7ec6f72bc3825083acbfcbbc5b5.tar.xz nutyx-extra-3885e2cde57cd7ec6f72bc3825083acbfcbbc5b5.zip |
libesmtp dans extra
Diffstat (limited to 'extra/libesmtp/Pkgfile')
-rwxr-xr-x | extra/libesmtp/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/libesmtp/Pkgfile b/extra/libesmtp/Pkgfile new file mode 100755 index 000000000..a56bb7056 --- /dev/null +++ b/extra/libesmtp/Pkgfile @@ -0,0 +1,19 @@ +# Description: contains the libESMTP libraries which are used by some programs to manage email submission to a mail transport layer +# URL: http://www.staffoed.uklinux.net +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libesmtp +version=1.0.6 +release=1 +source=( http://www.stafford.uklinux.net/$name/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr\ + --mandir=/usr/share/man\ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install +} + |