# Contributor: wain pkgname=fxruby12 pkgver=1.2.6 pkgrel=1 pkgdesc="Ruby extension module that provides an interface to the FOX GUI library" url="http://www.fxruby.org" license="GPL" depends=('fox12' 'ruby') source=(http://rubyforge.org/frs/download.php/4003/FXRuby-$pkgver.tar.gz) build() { cd $startdir/src/FXRuby-$pkgver ruby install.rb config --prefix=$startdir/pkg/usr|| return 1 ruby install.rb setup|| return 1 ruby install.rb install }