Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdebump.git;a=commitdiff;h=d158f5e79cb9abd5fdebdb28b2822a7556b30871
commit d158f5e79cb9abd5fdebdb28b2822a7556b30871 Author: kikadf <[email protected]> Date: Sat Dec 15 17:29:45 2012 +0100 mod_ruby-1.3.0-4-x86_64 * Fix up2date, source * rel bump diff --git a/source/network-extra/mod_ruby/FrugalBuild b/source/network-extra/mod_ruby/FrugalBuild index d0d09ac..bf14b0a 100644 --- a/source/network-extra/mod_ruby/FrugalBuild +++ b/source/network-extra/mod_ruby/FrugalBuild @@ -4,20 +4,24 @@ pkgname=mod_ruby pkgver=1.3.0 -pkgrel=3 +pkgrel=4 pkgdesc="Embeds the Ruby interpreter into the Apache web server" url="http://modruby.net/" depends=('apache>=2.2.21' 'ruby>=1.9.2') +_F_github_author="shugo" +_F_github_tag="yes" groups=('network-extra') archs=('i686' 'x86_64') backup=('/etc/httpd/conf/mod_ruby.conf') -up2date="Flasttar $url/en/index.rbx/mod_ruby/download.html" -source=($url/archive/$pkgname-$pkgver.tar.gz mod_ruby.conf) -sha1sums=('967c4efa1ec3f8b0d9870db8665295ba6e019fff' \ - '0ca6007a8266a13590cf7e470b2647096c7c3438') +source=(mod_ruby.conf) +Finclude github +sha1sums=('0ca6007a8266a13590cf7e470b2647096c7c3438' \ + 'c5d0e30b4e7a7c3b433cfe4e93df7159aba5cf4f') -build() { +build() +{ + Funpack_github Fmake --with-apr-includes=/usr/include/apr Ffile $_F_cd_path/lib/apache/*.rb /usr/lib/ruby/1.9.1/apache Ffile $_F_cd_path/lib/auto-reload.rb /usr/lib/ruby/1.9.1 _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
