From 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jul 2013 01:10:32 -0700 Subject: Fri Jul 19 01:09:18 PDT 2013 --- community/libesmtp/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 community/libesmtp/PKGBUILD (limited to 'community/libesmtp/PKGBUILD') diff --git a/community/libesmtp/PKGBUILD b/community/libesmtp/PKGBUILD new file mode 100644 index 000000000..76c54991e --- /dev/null +++ b/community/libesmtp/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 57896 2011-11-04 08:47:23Z lfleischer $ +# Maintainer: Lukas Fleischer +# Contributor: Roman Kyrylych +# Contributor: Tom Newsom + +pkgname=libesmtp +pkgver=1.0.6 +pkgrel=2 +pkgdesc='A library to manage posting mail to a preconfigured MTA.' +arch=('i686' 'x86_64') +url='http://www.stafford.uklinux.net/libesmtp/' +license=('LGPL') +depends=('openssl') +source=("http://www.stafford.uklinux.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") +md5sums=('bf3915e627fd8f35524a8fdfeed979c8') +options=('!libtool') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-54-g00ecf