diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-17 12:16:22 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-17 12:16:22 +0200 |
commit | 19cc1bee6bc5b4dfe413db886b8ce66c5736d480 (patch) | |
tree | fd8d56e2700f0defda5600b21d87916dbc7e035e /community/exim | |
parent | bc864260b40f40e8f689788c54f6138007764077 (diff) | |
parent | b5f4c940227b9a7051c381688636d59f67864f93 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/pidgin-libnotify/PKGBUILD
community/prelink/PKGBUILD
community/proftpd/PKGBUILD
community/xdelta3/PKGBUILD
extra/msmtp/PKGBUILD
extra/ypbind-mt/PKGBUILD
Diffstat (limited to 'community/exim')
-rw-r--r-- | community/exim/PKGBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/community/exim/PKGBUILD b/community/exim/PKGBUILD index 17ec70929..cf7f2798d 100644 --- a/community/exim/PKGBUILD +++ b/community/exim/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 90378 2013-05-12 06:05:15Z bpiotrowski $ +# $Id: PKGBUILD 90949 2013-05-16 06:57:01Z bpiotrowski $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=exim pkgver=4.80.1 -pkgrel=2 +pkgrel=3 pkgdesc="Message Transfer Agent" arch=('x86_64' 'i686' 'mips64el') url='http://www.exim.org/' @@ -13,8 +13,8 @@ license=('GPL') backup=(etc/mail/aliases etc/mail/exim.conf etc/logrotate.d/exim) install=exim.install depends=('db' 'pcre' 'pam' 'openssl' 'libldap') -provides=('smtp-server') -conflicts=('smtp-server') +provides=('smtp-server' 'smtp-forwarder') +conflicts=('smtp-server' 'smtp-forwarder') options=('!makeflags') source=("http://mirror.switch.ch/ftp/mirror/exim/exim/exim4/exim-$pkgver.tar.bz2" aliases @@ -65,10 +65,13 @@ package() { cp "$srcdir/aliases" "$pkgdir/etc/mail" + install -d "$pkgdir/usr/sbin" cd "$pkgdir/usr/bin" for i in mailq rmail rsmtp runq sendmail; do ln -s exim "$i" + ln -s ../bin/exim ../sbin/"$i" done + # fhs compliancy ln -s ../bin/exim ../lib/sendmail |