opt/mod_ruby/Pkgfile

20 lines
504 B
Plaintext
Raw Normal View History

2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
# Description: Module to integrate Ruby into Apache
# URL: http://www.modruby.net
# Depends on: apache, ruby
# Group: apache
name=mod_ruby
2008-11-10 08:47:57 +01:00
version=1.3.0
2010-03-14 15:18:09 +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
}