# Description: An open-source, GPL-licensed, multiplatform and multithreaded DVD to MPEG-4 converter # URL: http://handbrake.m0k.org/ # Maintainer: Antonio SJ Musumeci, bile at landofbile dot com # Depends on: nasm, jam name=handbrake version=0.9.3 release=1 source=(http://download.m0k.org/$name/releases/HandBrake-$version.tar.gz) build() { cd * export MAKEFLAGS="$MAKEFLAGS -j1" make install -m 0755 -D HandBrakeCLI $PKG/usr/bin/HandBrakeCLI ln -s HandBrakeCLI $PKG/usr/bin/handbrake }