app-emulation/wine-cellar-20110816
[anomen-overlay.git] / app-i18n / unicode-data / unicode-data-5.2.0.ebuild
blob1862908159c53b6d3d9f8332b8baae622578756a
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/app-i18n/unicode-data/unicode-data-5.1.0.ebuild,v 1.13 2009/06/22 13:58:57 jer Exp $
5 DESCRIPTION="Unicode data from unicode.org"
6 HOMEPAGE="http://unicode.org/"
7 SRC_URI="mirror://debian/pool/main/u/${PN}/${PN}_${PV}.orig.tar.gz"
9 LICENSE="unicode"
10 SLOT="0"
11 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
12 IUSE=""
14 DEPEND="app-arch/unzip"
15 RDEPEND=""
17 src_unpack() {
18 unpack ${A}
19 cd "${S}"
20 unpack ./*
23 src_compile() {
24 rm *.zip
27 src_install() {
28 cd "${WORKDIR}"
29 dodir /usr/share/
30 mv "${S}" "${D}/usr/share/${PN}" || die "mv failed"