aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/squid/squid-native.inc
blob: 0f48805ba17bb03a098365782c433433b6cf8225 (plain)
1
2
3
4
5
6
7
8
9
inherit native autotools

SRC_URI = "http://www.squid-cache.org/Versions/v2/${SQUID_MAJOR}/squid-${PV}.tar.bz2"
S = "${WORKDIR}/squid-${PV}"

do_stage() {
        install -d ${STAGING_BINDIR_NATIVE}   
        install -m 0755 src/cf_gen ${STAGING_BINDIR_NATIVE}/cf_gen
}