#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com #Former: SoleSoul #Mandatory pkgname=ruby-gtk2 pkgver=0.19.3 pkgrel=1 zenver=64 arch=i486 source=("http://garr.dl.sourceforge.net/sourceforge/ruby-gnome2/$pkgname-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=('AUTHORS' 'COPYING.LIB' 'ChangeLog' 'NEWS' 'README') url=http://ruby-gnome2.sourceforge.jp/hiki.cgi options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - Ruby language bindings for GTK2" "This package contains $pkgname, a part of Ruby-GNOME2." "Ruby-GNOME2 is a set of Ruby language bindings for the GNOME 2.0" "development environment. This is the next generation of Ruby-GNOME." "$pkgname now includes the libraries:" "Ruby/GLib2, Ruby/ATK, Ruby/GdkPixbuf2, Ruby/Pango, Ruby/GTK2" ) build() { cd $startdir/src/$pkgname-$pkgver ruby extconf.rb --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }