summaryrefslogtreecommitdiffstats
path: root/recipes/squid/squid-native.inc
blob: 1077b984617ab4f2886ca92479d17819e7f709fa (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;name=squid-${PV}"
S = "${WORKDIR}/squid-${PV}"

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