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_auth_cookie_mysql2/mod_auth_cookie_mysql2-0.9a...

30 lines
927 B

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2-0.9a.ebuild,v 1.4 2008/08/29 13:05:30 hollow Exp $
inherit eutils apache-module
KEYWORDS="~x86"
DESCRIPTION="An Apache2 backend authentication module that uses cookies and MySQL."
HOMEPAGE="http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/"
SRC_URI="http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/${P/-/_}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
DEPEND="virtual/mysql"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${P/-/_}"
APXS2_ARGS="-I/usr/include/mysql -lmysqlclient -lz -c mod_auth_cookie_sql2.c
mod_auth_cookie_sql2_mysql.c"
APACHE2_MOD_FILE="${S}/.libs/mod_auth_cookie_sql2.so"
APACHE2_MOD_CONF="55_${PN}"
APACHE2_MOD_DEFINE="AUTH_COOKIE_MYSQL2"
DOCFILES="README mod_auth_cookie_mysql.html"
need_apache2