# Description: # URL: http://scrollkeeper.sf.net # Maintainer: Antonio SJ Musumeci, bile at landofbile dot com # Depends on: name=docbook-xml version=412 release=1 source=(http://scrollkeeper.sourceforge.net/data/docbookx${version}.tgz docbook.patch) build() { cd docbookx${version} patch -Np1 -i ../docbook.patch make ROOT=$PKG install }