opt/mod_ruby/Pkgfile

20 lines
523 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Maintainer: J<>rgen Daubert, juergen dot daubert at t-online dot de
# Description: Module to integrate Ruby into Apache
# URL: http://www.modruby.net
# Depends on: apache, ruby
# Group: apache
name=mod_ruby
2006-06-15 11:27:36 +02:00
version=1.2.6
2006-12-02 10:10:30 +01:00
release=2
2006-02-23 16:26:10 +01:00
source=(http://modruby.net/archive/$name-$version.tar.gz)
build() {
cd $name-$version
./configure.rb --prefix=/usr \
2006-12-02 10:10:30 +01:00
--with-apxs=/usr/sbin/apxs \
--with-apr-includes=/usr/include/apr-1
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}