Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4944 in orxonox.OLD for orxonox/trunk/scripts/gentoo


Ignore:
Timestamp:
Jul 23, 2005, 2:18:59 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: opened and saved some files, and also rewritten some organizatory stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/scripts/gentoo/orxonox-0.3.0_alpha-r4775.ebuild

    r4776 r4944  
    88
    99DESCRIPTION="orxonox is an open-source vertical scroller game programmed in C++, OpenGL, OpenAL and SDL"
    10 HOMEPAGE="http://www.orxonox.ethz.ch"
    11 SRC_URI="http://www.orxonox.ethz.ch/files/snapshots/${P}-${PR}.tar.bz2
    12          http://www.orxonox.ethz.ch/files/snapshots/${PN}-data-r${DATA_VERSION}.tar.bz2"
     10HOMEPAGE="http://www.orxonox.net"
     11SRC_URI="http://www.orxonox.net/files/snapshots/${P}-${PR}.tar.bz2
     12         http://www.orxonox.net/files/snapshots/${PN}-data-r${DATA_VERSION}.tar.bz2"
    1313LICENSE="GPL-2"
    1414SLOT="0"
     
    3434
    3535src_compile() {
    36         egamesconf || die
     36        egamesconf || die
    3737
    38         emake || die "emake failed"
     38        emake || die "emake failed"
    3939}
    4040
    4141src_install() {
    42         make DESTDIR=${D} install || die
    43        
    44         dodir ${GAMES_DATADIR}/${PN}
    45         cp -r data/* ${D}/${GAMES_DATADIR}/${PN}/ \
    46                 || die "data copy failed"
    47        
    48         dodoc AUTHORS ChangeLog README
     42        make DESTDIR=${D} install || die
    4943
    50         prepgamesdirs
     44        dodir ${GAMES_DATADIR}/${PN}
     45        cp -r data/* ${D}/${GAMES_DATADIR}/${PN}/ \
     46                || die "data copy failed"
    5147
    52         #make \
    53         #       prefix=${D}/usr \
    54         #       mandir=${D}/usr/share/man \
    55         #       infodir=${D}/usr/share/info \
    56         #       libdir=${D}/usr/$(get_libdir) \
    57         #       install || die
     48        dodoc AUTHORS ChangeLog README
    5849
    59         #einstall || die
     50        prepgamesdirs
     51
     52        #make \
     53        #       prefix=${D}/usr \
     54        #       mandir=${D}/usr/share/man \
     55        #       infodir=${D}/usr/share/info \
     56        #       libdir=${D}/usr/$(get_libdir) \
     57        #       install || die
     58
     59        #einstall || die
    6060}
    6161
Note: See TracChangeset for help on using the changeset viewer.