Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4772 in orxonox.OLD


Ignore:
Timestamp:
Jul 2, 2005, 3:04:30 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: more gentoo-like revision-number (0.3.0_alpha)

Location:
orxonox/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/configure

    r4759 r4772  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.59 for orxonox 0.3.0-pre-alpha.
     3# Generated by GNU Autoconf 2.59 for orxonox 0.3.0_alpha.
    44#
    55# Report bugs to <orxonox-dev at mail.datacore.ch>.
     
    270270PACKAGE_NAME='orxonox'
    271271PACKAGE_TARNAME='orxonox'
    272 PACKAGE_VERSION='0.3.0-pre-alpha'
    273 PACKAGE_STRING='orxonox 0.3.0-pre-alpha'
     272PACKAGE_VERSION='0.3.0_alpha'
     273PACKAGE_STRING='orxonox 0.3.0_alpha'
    274274PACKAGE_BUGREPORT='orxonox-dev at mail.datacore.ch'
    275275
     
    789789  # This message is too long to be a string in the A/UX 3.1 sh.
    790790  cat <<_ACEOF
    791 \`configure' configures orxonox 0.3.0-pre-alpha to adapt to many kinds of systems.
     791\`configure' configures orxonox 0.3.0_alpha to adapt to many kinds of systems.
    792792
    793793Usage: $0 [OPTION]... [VAR=VALUE]...
     
    856856if test -n "$ac_init_help"; then
    857857  case $ac_init_help in
    858      short | recursive ) echo "Configuration of orxonox 0.3.0-pre-alpha:";;
     858     short | recursive ) echo "Configuration of orxonox 0.3.0_alpha:";;
    859859   esac
    860860  cat <<\_ACEOF
     
    991991if $ac_init_version; then
    992992  cat <<\_ACEOF
    993 orxonox configure 0.3.0-pre-alpha
     993orxonox configure 0.3.0_alpha
    994994generated by GNU Autoconf 2.59
    995995
     
    10051005running configure, to aid debugging if configure makes a mistake.
    10061006
    1007 It was created by orxonox $as_me 0.3.0-pre-alpha, which was
     1007It was created by orxonox $as_me 0.3.0_alpha, which was
    10081008generated by GNU Autoconf 2.59.  Invocation command line was
    10091009
     
    17251725# Define the identity of the package.
    17261726 PACKAGE='orxonox'
    1727  VERSION='0.3.0-pre-alpha'
     1727 VERSION='0.3.0_alpha'
    17281728
    17291729
     
    93549354cat >&5 <<_CSEOF
    93559355
    9356 This file was extended by orxonox $as_me 0.3.0-pre-alpha, which was
     9356This file was extended by orxonox $as_me 0.3.0_alpha, which was
    93579357generated by GNU Autoconf 2.59.  Invocation command line was
    93589358
     
    94179417cat >>$CONFIG_STATUS <<_ACEOF
    94189418ac_cs_version="\\
    9419 orxonox config.status 0.3.0-pre-alpha
     9419orxonox config.status 0.3.0_alpha
    94209420configured by $0, generated by GNU Autoconf 2.59,
    94219421  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
  • orxonox/trunk/configure.ac

    r4759 r4772  
    2323#########################
    2424AC_PREREQ(2.56)
    25 AC_INIT(orxonox, 0.3.0-pre-alpha, [orxonox-dev at mail.datacore.ch])
     25AC_INIT(orxonox, 0.3.0_alpha, [orxonox-dev at mail.datacore.ch])
    2626
    2727## Detect the canonical host and target build environment.
  • orxonox/trunk/scripts/orxonox.ebuild

    r4757 r4772  
    33# $Header: $
    44
    5 
    65inherit games
    76
    8 DESCRIPTION="orxonox is an open-source vertical scroller game programmed in C++, OpenGL, OpenAL and SDL."
     7DESCRIPTION="orxonox is an open-source vertical scroller game programmed in C++, OpenGL, OpenAL and SDL"
    98HOMEPAGE="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"
     9SRC_URI="http://www.orxonox.ethz.ch/files/snapshots/${PN}${PV}-${PR}.tar.bz2"
     10
     11KEYWORDS="x86"
     12LICENSE="GPL-2"
     13SLOT="0"
     14IUSE=""
     15
    1116
    1217DEPEND="virtual/opengl
     
    1823
    1924
    20 KEYWORDS="x86"
    21 LICENSE="GPL-2"
    22 SLOT="0"
    23 IUSE=""
     25src_compile() {
     26        econf || die "could not configure"
     27        emake || die "emake failed"
    2428
    25 
    26 src_unpack() {
    27         unpack ${A}
    28         cd "${S}"
    2929}
    3030
    3131src_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
    3438}
Note: See TracChangeset for help on using the changeset viewer.