gtk-engines-magicchicken: applied debian's memleak patch
[crux-ports.git] / ruby-redcloth / Pkgfile
1 # $Id: Pkgfile 59 2005-09-15 17:45:07Z tilman $
2 # Packager: Tilman Sauerbeck (tilman at code-monkey de)
3 # Description: Textile/markdown implementation for Ruby
4 # URL: http://www.whytheluckystiff.net/ruby/redcloth
5 # Depends on: ruby
6
7 name=ruby-redcloth
8 version=3.0.4
9 release=1
10 source=(http://rubyforge.org/frs/download.php/6064/RedCloth-$version.tar.gz)
11
12 build () {
13         cd RedCloth-$version
14
15         RUBYLIB=`ruby -rrbconfig -e 'print Config::CONFIG["sitelibdir"]'`
16
17         install -d $PKG/$RUBYLIB
18         install -m 0644 lib/redcloth.rb $PKG/$RUBYLIB
19 }