summaryrefslogtreecommitdiff
blob: dd4861e2c7dffd0d167479bff3010d36f1d53f97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Select_Common/PEAR-HTML_Select_Common-1.1.ebuild,v 1.1 2003/02/18 13:30:06 tad Exp $

IUSE=""
P=${PN/PEAR-//}-${PV}
DESCRIPTION="Some small classes to handle common <select> lists"
HOMEPAGE="http://pear.php.net/package-info.php?pacid=165"
SRC_URI="http://pear.php.net/get/${P}.tgz"
LICENSE="PHP"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~alpha"
DEPEND="virtual/php"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${P}

src_install () {
	insinto /usr/lib/php/HTML/Select/Common
	doins Select/Common/Country.php
	doins Select/Common/FRDepartements.php
	doins Select/Common/UKCounty.php
	doins Select/Common/USState.php
	insinto /usr/lib/php/Select/Common/examples

	insinto /usr/lib/php/HTML/Select/Common/examples
	doins Select/Common/examples/Country.php
	doins Select/Common/examples/FRDepartements.php
	doins Select/Common/examples/UKCounty.php
	doins Select/Common/examples/USState.php
}