#Packager: George Vlahavas #Previous packager: Pierrick Le Brun pkgname=lilosetup pkgver=0.3.2 pkgrel=1gv arch=noarch source=("$pkgname-$pkgver.tar.xz") docs=("COPYING" "Changelog" "AUTHORS" "TRANSLATORS") options=('nosrcpack') 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-$pkgver ./compile.sh DESTDIR=$startdir/pkg ./install.sh }