mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/imap to 2007f-4
This commit is contained in:
parent
b9566831d1
commit
be0ebfb791
1 changed files with 6 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
pkgname=imap
|
pkgname=imap
|
||||||
pkgver=2007f
|
pkgver=2007f
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="An IMAP/POP server"
|
pkgdesc="An IMAP/POP server"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('APACHE')
|
license=('APACHE')
|
||||||
|
@ -15,19 +15,22 @@ provides=('imap-server' 'pop3-server')
|
||||||
conflicts=('courier-mta' 'courier-imap')
|
conflicts=('courier-mta' 'courier-imap')
|
||||||
source=("ftp://ftp.cac.washington.edu/imap/${pkgname}-${pkgver}.tar.gz"
|
source=("ftp://ftp.cac.washington.edu/imap/${pkgname}-${pkgver}.tar.gz"
|
||||||
'imap' 'ipop2' 'ipop3')
|
'imap' 'ipop2' 'ipop3')
|
||||||
|
options=('staticlibs')
|
||||||
backup=(etc/xinetd.d/{imap,ipop2,ipop3} etc/ssl/certs/{imapd,ipop3d}.pem)
|
backup=(etc/xinetd.d/{imap,ipop2,ipop3} etc/ssl/certs/{imapd,ipop3d}.pem)
|
||||||
md5sums=('2126fd125ea26b73b20f01fcd5940369'
|
md5sums=('2126fd125ea26b73b20f01fcd5940369'
|
||||||
'3ae5b3b333bc8ea2da106f6a97d7bd8d'
|
'3ae5b3b333bc8ea2da106f6a97d7bd8d'
|
||||||
'448f988dc5f9bdb2223dcea3abc4f5f1'
|
'448f988dc5f9bdb2223dcea3abc4f5f1'
|
||||||
'1499b13015075f0aafba04324a6f523a')
|
'1499b13015075f0aafba04324a6f523a')
|
||||||
|
|
||||||
build() {
|
prepare() {
|
||||||
sed \
|
sed \
|
||||||
-e "s:-g -fno-omit-frame-pointer -O6:\${CFLAGS}:" \
|
-e "s:-g -fno-omit-frame-pointer -O6:\${CFLAGS}:" \
|
||||||
-e "s:SSLDIR=/usr/local/ssl:SSLDIR=/usr:" \
|
-e "s:SSLDIR=/usr/local/ssl:SSLDIR=/usr:" \
|
||||||
-e "s:SSLCERTS=\$(SSLDIR)/certs:SSLCERTS=/etc/ssl/certs:" \
|
-e "s:SSLCERTS=\$(SSLDIR)/certs:SSLCERTS=/etc/ssl/certs:" \
|
||||||
-i $srcdir/$pkgname-$pkgver/src/osdep/unix/Makefile
|
-i $srcdir/$pkgname-$pkgver/src/osdep/unix/Makefile
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
cd $srcdir/$pkgname-$pkgver
|
cd $srcdir/$pkgname-$pkgver
|
||||||
# NOTE: if you wish to enforce SSL, use SSLTYPE=unix.nopwd
|
# NOTE: if you wish to enforce SSL, use SSLTYPE=unix.nopwd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue