summaryrefslogtreecommitdiff
path: root/community/libesmtp/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/libesmtp/PKGBUILD
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/libesmtp/PKGBUILD')
-rw-r--r--community/libesmtp/PKGBUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/community/libesmtp/PKGBUILD b/community/libesmtp/PKGBUILD
new file mode 100644
index 000000000..f254a928e
--- /dev/null
+++ b/community/libesmtp/PKGBUILD
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 31477 2010-10-31 23:37:55Z loui $
+# Contributor: Roman Kyrylych <roman@archlinux.org>
+# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
+
+pkgname=libesmtp
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="A library to manage posting (or submission of) electronic mail using SMTP to a preconfigured Mail Transport Agent (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)
+options=('!libtool')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make || return 1
+ make DESTDIR=${pkgdir} install
+}
+md5sums=('bf3915e627fd8f35524a8fdfeed979c8')