# Description: Connecteur Python pour Orbit # URL: http://www.gnome.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: orbit2 # Run on: orbit2 name=pyorbit version=2.24.0 release=2 source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.24/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ --sysconfdir=/etc/gnome/$GNOME_VERSION make make DESTDIR=$PKG install }