dev-libs/avro-c: fix src_uri
[gentoo.git] / app-doc / selfhtml / selfhtml-8.1.2.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 S=${WORKDIR}
7 TARGET=/usr/share/doc/${PF}/html
8 DESCRIPTION="\"The\" German HTML/XHTML/CSS/XML/DHTML/CGI/Perl/JavaScript Documentation"
9 SRC_URI="http://aktuell.de.selfhtml.org/cgi-bin/selfdown/download.pl/${PN}${PV//\./}.zip"
10 HOMEPAGE="http://selfhtml.org"
11 DEPEND="app-arch/unzip"
12 SLOT="0"
13 LICENSE="selfhtml"
14 KEYWORDS="~alpha amd64 hppa ~mips ppc sparc x86"
15 IUSE=""
16
17 src_install() {
18         dodir "${TARGET}"
19         cp -pR "${S}/"* "${D}${TARGET}"
20 }