You are not logged in.
Pages: 1
In the variable pkgname, set squidGuardian, not squidguard. Else not found.
# Maintainer: osmano807 <osmano807@gmail.com>
pkgname=squidGuard
pkgver=1.4
pkgrel=1
pkgdesc=" An ultrafast and free filter, redirector and access controller for Squid "
url="http://www.squidguard.org/"
arch=('i686' 'x86_64')
license=('GPL')
depends=(db)
source=(http://squidguard.org/Downloads/${pkgname}-${pkgver}.tar.gz)
md5sums=('de834150998c1386c30feae196f16b06')
build() {
cd "$srcdir/squidGuard-$pkgver"
sed -i '19,24 s/@[se]/$(DESTDIR)&/; /SQUIDUSER/d' Makefile.in
./configure --prefix=/usr \
--with-sg-config=/etc/$pkgname.conf \
--with-sg-logdir=/var/log/$pkgname \
--with-sg-dbhome=/var/$pkgname/db
make || return 1
make DESTDIR="$pkgdir" install
}
def myself():
print('SysAdmin/Developer Open Source')
return http://d4n1h4ck.blogspot.com/
Offline
well, it means that DESTDIR is not used and maybe they use other variable.
Give what you have. To someone, it may be better than you dare to think.
Offline
mod action: I've split the necro-posts from this thread.
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
Pages: 1