git.schokokeks.org
Repositories
Help
Report an Issue
keks-overlay.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
3c81d75
Branches
Tags
master
keks-overlay.git
dev-php5
suhosin
suhosin-0.9.20.ebuild
suhosin bump
Lars Strojny
commited
3c81d75
at 2007-07-01 18:17:16
suhosin-0.9.20.ebuild
Blame
History
Raw
# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.18.ebuild,v 1.4 2007/05/08 14:55:11 gustavoz Exp $ PHP_EXT_NAME="suhosin" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" inherit php-ext-source-r1 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" DESCRIPTION="Suhosin is an advanced protection system for PHP installations." HOMEPAGE="http://www.suhosin.org/" SRC_URI="http://www.hardened-php.net/suhosin/_media/${P}.tgz" LICENSE="PHP-3" SLOT="0" IUSE="" DEPEND="" RDEPEND="" need_php_by_category pkg_setup() { has_php require_php_with_use unicode } src_install() { php-ext-source-r1_src_install dodoc-php CREDITS for inifile in ${PHPINIFILELIST} ; do insinto "${inifile/${PHP_EXT_NAME}.ini/}" insopts -m644 doins "suhosin.ini" done }