aboutsummaryrefslogtreecommitdiffstats
path: root/packages/unzip/unzip_551.bb
blob: ccdbc1bfc5e5f67e14c97851e980ea8114e93cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SECTION = "console/utils"
SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip${PV}.tar.gz"
S = "${WORKDIR}/unzip-5.51"

LICENSE = "Info-ZIP"

do_compile() {
        make -f unix/Makefile generic
}

do_install() {
        make -f unix/Makefile install prefix=${D}${prefix}
}