summaryrefslogtreecommitdiff
path: root/community/esmtp/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/esmtp/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/esmtp/PKGBUILD')
-rw-r--r--community/esmtp/PKGBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/community/esmtp/PKGBUILD b/community/esmtp/PKGBUILD
deleted file mode 100644
index a234ff615..000000000
--- a/community/esmtp/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Loui Chang <louipc dot ist at gmail company>
-# Contributor: Jeff Mickey <j@codemac.net>
-# Contributor: Aaron Griffin <aaron@archlinux.org>
-
-pkgname=esmtp
-pkgver=1.2
-pkgrel=5
-pkgdesc="An easy SMTP forwarder."
-arch=('i686' 'x86_64')
-url='http://esmtp.sourceforge.net'
-license=('GPL')
-depends=('libesmtp' 'openssl')
-optdepends=('liblockfile: for esmtp-wrapper script'
- 'procmail: for local mail delivery')
-provides=('smtp-forwarder')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('79a9c1f9023d53f35bb82bf446150a72')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
-
- install -Dm0644 README "${pkgdir}/usr/share/doc/esmtp/README"
- install -Dm0644 sample.esmtprc "${pkgdir}/usr/share/doc/esmtp/sample.esmtprc"
- install -Dm0755 esmtp-wrapper "${pkgdir}/usr/share/esmtp/esmtp-wrapper"
- install -Dm0755 ylwrap "${pkgdir}/usr/share/esmtp/ylwrap"
-}