diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /mod_ruby/Pkgfile | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'mod_ruby/Pkgfile')
-rw-r--r-- | mod_ruby/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mod_ruby/Pkgfile b/mod_ruby/Pkgfile new file mode 100644 index 000000000..60d78d5f7 --- /dev/null +++ b/mod_ruby/Pkgfile @@ -0,0 +1,18 @@ +# 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 +version=1.2.5 +release=1 +source=(http://modruby.net/archive/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure.rb --prefix=/usr \ + --with-apxs=/usr/sbin/apxs + make + make DESTDIR=$PKG install +} |