Skip to content

Commit 0a8cb73

Browse files
committed
build: T9058: add a script for building Squid from source
1 parent 2432808 commit 0a8cb73

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../build.py
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
[[packages]]
2+
name = "squid"
3+
commit_id = "debian/7.6-2"
4+
scm_url = "https://salsa.debian.org/squid-team/squid"
5+
6+
7+
build_cmd = """
8+
9+
# Build deb
10+
cd squid
11+
dpkg-buildpackage -b -us -uc
12+
"""
13+
14+
[dependencies]
15+
packages = [
16+
"libltdl-dev",
17+
"dh-apparmor",
18+
"libcppunit-dev",
19+
"libcap2-dev",
20+
"libecap3-dev",
21+
"libgnutls28-dev",
22+
"libldap2-dev",
23+
"libnetfilter-conntrack-dev",
24+
"libpam0g-dev",
25+
"libsasl2-dev",
26+
"libsystemd-dev",
27+
"libtdb-dev",
28+
"nettle-dev",
29+
"libssl-dev"
30+
]
31+

0 commit comments

Comments
 (0)