cyrus-sasl: merge libsasl{,-devel} and make them subpkgs; fix build/install.
This commit is contained in:
parent
7f5387ea16
commit
6b1b57f667
33 changed files with 902 additions and 118 deletions
|
@ -1,5 +1,6 @@
|
|||
# Template file for 'cyrus-sasl-modules-sql'.
|
||||
#
|
||||
depends="cyrus-sasl>=${version}_${revision}"
|
||||
short_desc="Cyrus SASL - pluggable authentication modules (SQL)"
|
||||
long_desc="
|
||||
This is the Cyrus SASL API implementation, version 2.1. See package
|
||||
|
@ -7,9 +8,6 @@ long_desc="
|
|||
|
||||
This package provides the SQL plugin, which supports MySQL and PostgreSQL."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib/sasl2
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/sasl2/libsql.* ${DESTDIR}/usr/lib/sasl2
|
||||
do_install() {
|
||||
vmove "usr/lib/sasl2/libsql.*" usr/lib/sasl2
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue