#Maintainer: Pierrick Le Brun pkgname=lilosetup pkgver=0.3 pkgrel=1plb arch=noarch source=(http://people.salixos.org/akuna/livetools/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/akuna/livetools/$pkgname/$pkgver/ docs=("COPYING" "Changelog" "AUTHORS" "TRANSLATORS") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "LiloSetup (GUI utility to setup LILO)" "LiloSetup will enable you to configure a new lilo bootloader from the" "comfort of a graphical interface. It can be executed both from a" "LiveCD environment or from a standard system. It supports multiboot," "Windows & Linux operating systems, ata and libata subsystems." ) build() { cd $startdir/src/$pkgname ./compile.sh DESTDIR=$startdir/pkg ./install.sh }