cyrus-sasl: rebuild with libsasl patches.

This commit is contained in:
Juan RP 2013-04-22 11:19:10 +02:00
parent e3139e3ff0
commit 4b237dcf33
2 changed files with 3 additions and 2 deletions

1
srcpkgs/cyrus-sasl/patches Symbolic link
View file

@ -0,0 +1 @@
../libsasl/patches

View file

@ -1,7 +1,7 @@
# Template file for 'cyrus-sasl'
pkgname=cyrus-sasl
version=2.1.25
revision=1
revision=2
short_desc="Cyrus SASL - auth daemon and administration tools"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://cyrusimap.web.cmu.edu/"
@ -96,6 +96,6 @@ cyrus-sasl_package() {
systemd_services="saslauthd.service on"
depends="libsasl>=${version}"
pkg_install() {
vmove usr
vmove all
}
}