# Description: Chroot wrapper, to build ports in a safe environment. # URL: http://romster.shortcircuit.net.au/crux/projects/safe-build/ # Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au # Packager: Danny Rawlins, romster at shortcircuit dot net dot au # Depends on: # Core: coreutils pkgutils sed name=safe-build version=0.0.1b3 release=1 source=(http://romster.shortcircuit.net.au/crux/safe-build/safe_build-$version.tar.bz2) build() { cd safe_build-$version make make DESTDIR=$PKG install }