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

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

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