You are not logged in.

#1 2005-01-20 17:43:26

delmonico
Member
Registered: 2004-06-27
Posts: 82

FXRuby

Needed it for XDCC-Fetch (which I didn't do a pkgbuild because there is no install script stuff and I'm not in the mood to find out where to put the files manually). Have fun

# Contributor: Christoph 'delmonico' Neuroth <delmonico@gmx.net>
pkgname=fxruby
pkgver=1.2.2
pkgrel=1
pkgdesc="FXRuby is a Ruby extension module that provides an interface to the FOX GUI library."
url="http://www.fxruby.org/"
depends=('fox' 'ruby')
source=(http://rubyforge.org/frs/download.php/1612/FXRuby-1.2.2.tar.gz/FXRuby-1.2.tar.gz)
md5sums=(1c899d20b8072396dce69c215bcc9c4e)

build() {
  cd $startdir/src/FXRuby-$pkgver
  ruby install.rb config --prefix=$startdir/pkg/usr
  ruby install.rb setup
  ruby install.rb install
}

Offline

#2 2005-01-22 03:25:33

k-dub
Member
Registered: 2004-11-12
Posts: 49

Re: FXRuby

There's a version with FXScintilla support at http://bbs.archlinux.org/viewtopic.php?t=9246

Offline

#3 2006-03-17 11:59:20

johntramp
Member
Registered: 2006-03-02
Posts: 21

Re: FXRuby

what would I need to change to get this PKGBUILD up to date?

Offline

#4 2006-03-17 12:13:13

_Gandalf_
Member
Registered: 2006-01-12
Posts: 735

Re: FXRuby

johntramp wrote:

what would I need to change to get this PKGBUILD up to date?

Usually $pkgver and md5sum but sometimes it is more complicated... you should try it urself and see how it goes...

Offline

Board footer

Powered by FluxBB