# vim: syn=sh ft=sh et sw=2 sts=2 ts=2 tw=0: #Packager: Cyrille Pontvieux pkgname=bootsetup pkgver=0.2.0 pkgrel=1cp source=(https://github.com/jrd/${pkgname}/archive/v${pkgver}.tar.gz) sourcetemplate=http://people.salixos.org/jrd/salix/$pkgname/$pkgver-\$arch-$pkgrel/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=https://github.com/jrd/bootsetup #options=('noextract' 'nosrcpack' 'nostrip' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (Helps setup a bootloader)" "Gtk and Curses interfaces exists." "This has been developped in Python mainly, with the help of os-prober" "and other util-linux tools." "Lilo, Grub2, Elilo and Gummiboot are supported." ) build() { cd $SRC/$pkgname-$pkgver || return 1 python setup.py install --prefix=/usr --root=$PKG || return 1 }