description="Portable package builder." url=http://devel.upyum.com/cgit.cgi/pkg++ packager="Lukc " maintainer="Lukc " name=pkg++ version=devel release=1 source=( git://devel.upyum.com/pkgxx.git ) depends=(bash pkgutils) build(){ cd $name ./configure \ --package-manager=pkgutils \ ${configure_opts[@]} pkgmake -B DESTDIR=$PKG install }