You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apache/mod_vdbh/mod_vdbh-1.0.3-r2.ebuild

35 lines
704 B

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit apache-module
KEYWORDS="ppc x86"
DESCRIPTION="An Apache2 module for mass virtual hosting using a MySQL database"
HOMEPAGE="http://www.synthemesc.com/mod_vdbh/"
SRC_URI="http://www.synthemesc.com/downloads/${PN}/${P}.tar.gz"
LICENSE="Apache-1.1"
SLOT="0"
IUSE=""
S="${WORKDIR}/${PN}"
DEPEND="dev-db/mysql-connector-c:=
>=sys-libs/zlib-1.1.4"
RDEPEND="${DEPEND}"
APXS2_ARGS="-DHAVE_STDDEF_H -I/usr/include/mysql -Wl,-lmysqlclient -c ${PN}.c"
APACHE2_MOD_CONF="21_mod_vdbh"
APACHE2_MOD_DEFINE="VDBH"
DOCFILES="AUTHORS README"
need_apache2
pkg_setup() {
_init_apache2_late
}