mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/squid to 4.8-2
This commit is contained in:
parent
e5d64183ec
commit
d5659d0b8d
1 changed files with 3 additions and 3 deletions
|
@ -8,11 +8,11 @@
|
|||
|
||||
pkgname=squid
|
||||
pkgver=4.8
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Full-featured Web proxy cache server'
|
||||
arch=('x86_64')
|
||||
url='http://www.squid-cache.org'
|
||||
depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls' 'libnsl')
|
||||
depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls' 'libnsl' 'libxml2')
|
||||
makedepends=('krb5')
|
||||
license=('GPL')
|
||||
options=('emptydirs')
|
||||
|
@ -92,7 +92,7 @@ package() {
|
|||
cd "$srcdir"
|
||||
|
||||
make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
|
||||
install -Dm644 "$srcdir/squid.pam" "$pkgdir/etc/pam.d/squid"
|
||||
install -Dm644 "$srcdir/squid.pam" "$pkgdir/usr/lib/pam.d/squid"
|
||||
install -Dm644 "$srcdir/squid.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/squid.conf"
|
||||
install -Dm644 "$srcdir/squid.sysusers" "$pkgdir/usr/lib/sysusers.d/squid.conf"
|
||||
install -Dm644 "$pkgname-$pkgver/tools/systemd/squid.service" \
|
||||
|
|
Loading…
Reference in a new issue