# Description: Bochs-Tools is a collection of scripts and programs to be used together with the Bochs emulator. # URL: http://www.bablokb.de/bochs-tools/ # Packager: Ivan Rodionov, jean at mosk ru # Depends on: name=bochstools version=1.6.4 release=1 source=(http://www.bablokb.de/bochs-tools/$name-$version.tar.bz2) build() { cd $name-$version make install PREFIX=$PKG/usr chmod -R 0644 $PKG/usr/man/man?/* }