You are not logged in.

#1 2012-01-19 18:02:08

d4n1
Member
From: Brasil
Registered: 2011-06-11
Posts: 1
Website

squidguard pkgname

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

#2 2012-01-19 18:04:40

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: squidguard pkgname

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

#3 2012-01-19 18:29:57

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: squidguard pkgname

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

Board footer

Powered by FluxBB