Changeset 4772 in orxonox.OLD for orxonox/trunk/scripts
- Timestamp:
- Jul 2, 2005, 3:04:30 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/scripts/orxonox.ebuild
r4757 r4772 3 3 # $Header: $ 4 4 5 6 5 inherit games 7 6 8 DESCRIPTION="orxonox is an open-source vertical scroller game programmed in C++, OpenGL, OpenAL and SDL ."7 DESCRIPTION="orxonox is an open-source vertical scroller game programmed in C++, OpenGL, OpenAL and SDL" 9 8 HOMEPAGE="http://www.orxonox.ethz.ch" 10 SRC_URI="http://www.orxonox.ethz.ch/files/snapshots/snapshots/orxonox-0.2.3-pre-alpha%234756.tar.bz2" 9 SRC_URI="http://www.orxonox.ethz.ch/files/snapshots/${PN}${PV}-${PR}.tar.bz2" 10 11 KEYWORDS="x86" 12 LICENSE="GPL-2" 13 SLOT="0" 14 IUSE="" 15 11 16 12 17 DEPEND="virtual/opengl … … 18 23 19 24 20 KEYWORDS="x86" 21 LICENSE="GPL-2" 22 SLOT="0" 23 IUSE="" 25 src_compile() { 26 econf || die "could not configure" 27 emake || die "emake failed" 24 28 25 26 src_unpack() {27 unpack ${A}28 cd "${S}"29 29 } 30 30 31 31 src_install() { 32 dogamesbin orxonox || die "dogamesbin failed" 33 dodir "${GAMES_DATADIR}/${PN}" 32 into /usr 33 doinfo doc/orxonox.info 34 doman doc/orxonox.1 35 into / 36 dobin orxonox/orxonox || die "dobin orxonox failed" 37 dodir /usr/bin/games 34 38 }
Note: See TracChangeset
for help on using the changeset viewer.