aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/squid/squid-native_2.6.STABLE14.bb
blob: c8c42582758c973651899752ac9c274d96d7224f (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
}