# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Soundfiles for freeciv" HOMEPAGE="http://www.freeciv.org/sounds/" SRC_URI="http://www.freeciv.org/ftp/contrib/sounds/sets/stdsounds2.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha" IUSE="" # Build-time dependencies, such as # ssl? ( >=dev-libs/openssl-0.9.6b ) # >=dev-lang/perl-5.6.1-r1 # It is advisable to use the >= syntax show above, to reflect what you # had installed on your system when you tested the package. Then # other users hopefully won't be caught without the right version of # a dependency. DEPEND="" # Run-time dependencies, same as DEPEND if RDEPEND isn't defined: RDEPEND=">=games-strategy/freeciv-1.13.0" # Source directory; the dir where the sources can be found (automatically # unpacked) inside ${WORKDIR}. S will get a default setting of ${WORKDIR}/${P} # if you omit this line. S=${WORKDIR} src_install() { mkdir ${D}/usr mkdir ${D}/usr/share mkdir ${D}/usr/share/freeciv cp -R ${S}/* ${D}/usr/share/freeciv/ }