# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit eutils php-lib-r1 MY_PV="2010100721_${PV}" DESCRIPTION="Generate QR Code 2-dimensional barcode with PHP." HOMEPAGE="http://phpqrcode.sourceforge.net/" SRC_URI="http://sourceforge.net/projects/phpqrcode/files/releases/${PN}-${MY_PV}.zip" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="app-arch/unzip" RDEPEND="" S="${WORKDIR}/${PN}" need_php5 src_install() { edos2unix $(ls *.php) php-lib-r1_src_install . $(ls *.php; find cache -type f -print) }