opt/ncurses-ruby/Pkgfile

19 lines
489 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Ruby module for accessing the ncurses library
# URL: http://ncurses-ruby.berlios.de
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: ruby
name=ncurses-ruby
2009-08-01 10:26:22 +02:00
version=1.2.4
2010-08-31 16:31:30 +02:00
release=2
source=(http://download.berlios.de/$name/$name-$version.tar.bz2
$name-${version}_ruby-1.9.2.patch)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
2010-08-31 16:31:30 +02:00
patch -p1 -i $SRC/$name-${version}_ruby-1.9.2.patch
ruby extconf.rb --vendor
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}