PKGBUILDs/community/python-galago-gtk/PKGBUILD
2009-10-09 21:15:33 -05:00

20 lines
661 B
Bash

# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=python-galago-gtk
pkgver=0.5.0
pkgrel=2
pkgdesc="A library of simple functions that are optimized for various CPUs"
arch=('i686' 'x86_64')
url="http://galago-project.org"
options=('!libtool')
license=('LGPL')
depends=('libgalago-gtk' 'pygtk' 'python-galago')
source=(http://galago-project.org/files/releases/source/galago-gtk-python/galago-gtk-python-$pkgver.tar.bz2)
md5sums=('3eb752eaa87d986bf272cf1266528c43')
build() {
cd $startdir/src/galago-gtk-python-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}