maksbotan    14/06/14 16:15:27

  Added:                openxcom-1.0.0.ebuild metadata.xml Manifest
                        ChangeLog
  Log:
  Add games-strategy/openxcom-1.0.0, bug #470188. Thanks to Azamat H. Hackimov 
<[email protected]>.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  Changes    Path
1.1                  games-strategy/openxcom/openxcom-1.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openxcom/openxcom-1.0.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openxcom/openxcom-1.0.0.ebuild?rev=1.1&content-type=text/plain

Index: openxcom-1.0.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/openxcom/openxcom-1.0.0.ebuild,v 1.1 
2014/06/14 16:15:27 maksbotan Exp $

EAPI=5

inherit cmake-utils games

DESCRIPTION="An open-source reimplementation of the popular UFO: Enemy Unknown"
HOMEPAGE="http://openxcom.org/";
SRC_URI="http://openxcom.org/wp-content/uploads/downloads/2014/06/${P}.tar.gz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug doc"

RDEPEND="app-arch/unzip
        >=dev-cpp/yaml-cpp-0.5.1
        media-libs/libsdl
        media-libs/sdl-gfx
        media-libs/sdl-image
        media-libs/sdl-mixer"
DEPEND="${RDEPEND}
        doc? ( app-doc/doxygen )"

DOCS=( README.txt )

src_configure() {
        mycmakeargs=(
                "-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}"
                "-DDATADIR=${GAMES_DATADIR}/${PN}"
        )
        cmake-utils_src_configure
}

src_compile() {
        use doc && cmake-utils_src_compile doxygen
        cmake-utils_src_compile
}

src_install() {
        cmake-utils_src_install
        use doc && dohtml -r "${CMAKE_BUILD_DIR}"/docs/html/*
        doicon res/linux/icons/openxcom.svg
        domenu res/linux/openxcom.desktop

        prepgamesdirs
}

pkg_postinst() {
        games_pkg_postinst
        elog "In order to play you need to copy GEODATA, GEOGRAPH, MAPS, 
ROUTES, SOUND,"
        elog "TERRAIN, UFOGRAPH, UFOINTRO, UNITS folders from the original 
X-COM game to"
        elog "${GAMES_DATADIR}/${PN}/data"
}



1.4                  games-strategy/openxcom/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openxcom/metadata.xml?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openxcom/metadata.xml?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openxcom/metadata.xml?r1=1.3&r2=1.4




1.11                 games-strategy/openxcom/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openxcom/Manifest?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openxcom/Manifest?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openxcom/Manifest?r1=1.10&r2=1.11




1.11                 games-strategy/openxcom/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openxcom/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openxcom/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/openxcom/ChangeLog?r1=1.10&r2=1.11





Reply via email to