# $Id: Pkgfile 59 2005-09-15 17:45:07Z tilman $ # Packager: Tilman Sauerbeck (tilman at code-monkey de) # Description: Textile/markdown implementation for Ruby # URL: http://www.whytheluckystiff.net/ruby/redcloth # Depends on: ruby name=ruby-redcloth version=3.0.4 release=1 source=(http://rubyforge.org/frs/download.php/6064/RedCloth-$version.tar.gz) build () { cd RedCloth-$version RUBYLIB=`ruby -rrbconfig -e 'print Config::CONFIG["sitelibdir"]'` install -d $PKG/$RUBYLIB install -m 0644 lib/redcloth.rb $PKG/$RUBYLIB }