#Packager: Raphael Groner pkgname=groovy-docs pkgver=1.7.0 pkgrel=2rg arch=noarch source=("http://dist.groovy.codehaus.org/distributions/groovy-docs-$pkgver.zip") sourcetemplate=http://people.salixos.org/damnagehack/$pkgname/ url=http://groovy.codehaus.org slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Groovy (programming language for the Java platform)" "Groovy is a scripting, an object-oriented and the second standard " "language for the Java platform, right after the Java programming " "language itself. It is a dynamic language with features similar to " "those of Python, Ruby, Perl, and Smalltalk." "" "This package installs the official documentation. It will be located " "in /usr/doc/groovy-(version)/" ) build() { cd $startdir/src/ mkdir -p $startdir/pkg/usr/doc cp -r groovy-$pkgver $startdir/pkg/usr/doc }