diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-01 20:35:57 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-01 20:35:57 +0100 |
commit | ba7b5885748d0686d5013c5b6b970aeb06b51d6c (patch) | |
tree | 71623ec0ea1e184843fcb749d1d6fbe8660580c0 /extra/libesmtp/Pkgfile | |
parent | e46feeadc9a85678b6b9a73b5ef37c9fed16ad98 (diff) | |
download | nutyx-extra-ba7b5885748d0686d5013c5b6b970aeb06b51d6c.tar.gz nutyx-extra-ba7b5885748d0686d5013c5b6b970aeb06b51d6c.tar.bz2 nutyx-extra-ba7b5885748d0686d5013c5b6b970aeb06b51d6c.tar.xz nutyx-extra-ba7b5885748d0686d5013c5b6b970aeb06b51d6c.zip |
libesmtp pas de dépendances, dans base
Diffstat (limited to 'extra/libesmtp/Pkgfile')
-rwxr-xr-x | extra/libesmtp/Pkgfile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/libesmtp/Pkgfile b/extra/libesmtp/Pkgfile deleted file mode 100755 index d95a2d871..000000000 --- a/extra/libesmtp/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# 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 -# Depends on: expat, libidl -# Run on: openssl - -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 -} - |