aboutsummaryrefslogtreecommitdiffstats
path: root/zip/zip-native_2.3.oe
blob: e22b537c2891ea38ef7168e03de9cd924347f979 (plain)
1
2
3
4
5
6
7
8
9
SECTION = "console/utils"
inherit native
include zip_${PV}.oe
S = "${WORKDIR}/zip-${PV}"

do_stage() {
	install -d ${STAGING_BINDIR}
	install zip zipnote zipsplit zipcloak ${STAGING_BINDIR}
}