summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/php-toolkit/php-toolkit-1.0.1.ebuild')
-rw-r--r--app-admin/php-toolkit/php-toolkit-1.0.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-admin/php-toolkit/php-toolkit-1.0.1.ebuild b/app-admin/php-toolkit/php-toolkit-1.0.1.ebuild
new file mode 100644
index 000000000000..9733e7473bb6
--- /dev/null
+++ b/app-admin/php-toolkit/php-toolkit-1.0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/php-toolkit/php-toolkit-1.0.1.ebuild,v 1.1 2008/04/06 10:21:10 hoffie Exp $
+
+DESCRIPTION="Utilities for managing installed copies of PHP"
+HOMEPAGE="http://www.gentoo.org/proj/en/php/"
+SRC_URI="http://gentoo.longitekk.com/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=""
+
+src_install() {
+ # install php-select
+ dosbin php-select || die
+
+ dodir /usr/share/php-select
+ insinto /usr/share/php-select
+ doins php-select-modules/*
+}