aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squid/squid-native_2.6.STABLE14.bb
blob: 0730bc15afd6c9d0f505edc080ce6f40cb4b4644 (plain)
1
2
3
4
5
6
7
8
9
10
11
inherit native autotools

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

inherit native autotools

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