You are not logged in.

#1 2009-08-13 17:28:26

someone
Member
Registered: 2009-08-13
Posts: 2

Hi im finding pyogre package

Hi to all. Im newbie. Im interested to install pyogre in archlinux but I doesn't see information about to install pyogre on archlinux.

Its possible that anyone helps me?

thx

Offline

#2 2009-08-13 18:27:21

Xyne
Forum Fellow
Registered: 2008-08-03
Posts: 6,965
Website

Re: Hi im finding pyogre package

Is this what you mean?

In the future, you'll usually get quicker replies for nearly everything if you include all the relevant information right away. wink


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#3 2009-08-14 01:01:33

tdy
Member
From: Sacremende
Registered: 2008-12-14
Posts: 440

Re: Hi im finding pyogre package

pkgname=python-ogre
pkgver=1.6.1_r940
pkgrel=1
pkgdesc="Python bindings for the Ogre 3D graphics engine (formerly pyogre)"
arch=('i686' 'x86_64')
url="http://www.python-ogre.org/"
license=('LGPL')
depends=('ogre' 'python>=2.6')
makedepends=('p7zip')
source=(http://downloads.sourceforge.net/$pkgname/Python-Ogre-${pkgver/_/-}-py26-update.7z)
md5sums=('037fb9c48f22f8b14463484a026d55c7')

build() {
  cd "$srcdir"
  7z x Python-Ogre-${pkgver/_/-}-py26-update.7z || return 1
  python Setup.py install --prefix=/usr --root="$pkgdir" || return 1
}

http://aur.archlinux.org/packages.php?ID=29236

Offline

#4 2009-08-15 08:13:12

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: Hi im finding pyogre package

Or you can do a nice PKGBUILD like this, in more cases the users do that.

Offline

Board footer

Powered by FluxBB