You are not logged in.
Pages: 1
# $Id: PKGBUILD,v 1.41 2004/11/19 17:21:50 judd Exp $
# Maintainer: judd <jvinet@zeroflux.org>
pkgname=lilo
pkgver=22.6.1
pkgrel=1
pkgdesc="A bootloader for Linux"
url="http://brun.dyndns.org"
backup=(etc/lilo.conf)
depends=('glibc')
install=lilo.install
source=(http://home.san.rr.com/johninsd/pub/linux/lilo/lilo-$pkgver.src.tar.gz
lilo.conf)
md5sums=('18473e10859767b8af5d08aa7d9fe1e7' '06bfe8ac2be01b4f229a54a313af5d1e')
build() {
cd $startdir/src/$pkgname-$pkgver
make || return 1
make ROOT=$startdir/pkg MAN_DIR=/usr/man install
mkdir -p $startdir/pkg/etc
cp $startdir/$pkgname.conf $startdir/pkg/etc/
}
now check out the url... (here)
Offline
did you file a bug report. Judd is not here very often and he is the maintainer.
AKA uknowme
I am not your friend
Offline
Offline
Pages: 1