mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
parent
5a85f481fc
commit
dd594c260d
1 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'squid'
|
# Template file for 'squid'
|
||||||
pkgname=squid
|
pkgname=squid
|
||||||
version=4.12
|
version=4.14
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--sbindir=/usr/bin
|
--sbindir=/usr/bin
|
||||||
|
@ -65,7 +65,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="http://www.squid-cache.org/"
|
homepage="http://www.squid-cache.org/"
|
||||||
#changelog="http://www.squid-cache.org/Versions/v3/3.5/changesets/"
|
#changelog="http://www.squid-cache.org/Versions/v3/3.5/changesets/"
|
||||||
distfiles="http://www.squid-cache.org/Versions/v4/squid-${version}.tar.xz"
|
distfiles="http://www.squid-cache.org/Versions/v4/squid-${version}.tar.xz"
|
||||||
checksum=f42a03c8b3dc020722c88bf1a87da8cb0c087b2f66b41d8256c77ee1b527e317
|
checksum=f1097daa6434897c159bc100978b51347c0339041610845d0afa128151729ffc
|
||||||
system_accounts="squid"
|
system_accounts="squid"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
|
@ -73,6 +73,10 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
LDFLAGS+=" -latomic"
|
LDFLAGS+=" -latomic"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
: # squid-conf-tests requires a squid user in the system
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
chmod u+s \
|
chmod u+s \
|
||||||
${DESTDIR}/usr/libexec/squid/basic_ncsa_auth \
|
${DESTDIR}/usr/libexec/squid/basic_ncsa_auth \
|
||||||
|
|
Loading…
Add table
Reference in a new issue