summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb')
-rw-r--r--meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb b/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb
new file mode 100644
index 000000000..8905ae9d0
--- /dev/null
+++ b/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb
@@ -0,0 +1,17 @@
1SUMMARY = "7-zip is a commandline utility handling 7z archives."
2HOMEPAGE = "http://www.7-zip.org/"
3LICENSE = "LGPL-2.1+ & unRAR"
4LIC_FILES_CHKSUM = "file://DOCS/copying.txt;md5=ecfc54c9e37b63ac58900061ce2eab5a \
5 file://DOCS/unRarLicense.txt;md5=9c87ddde469ef94aed153b0951d088de"
6
7SRC_URI = "http://downloads.sourceforge.net/p7zip/p7zip/${PV}/p7zip_${PV}_src_all.tar.bz2 \
8 file://do_not_override_compiler_and_do_not_strip.patch"
9SRC_URI[md5sum] = "bd6caaea567dc0d995c990c5cc883c89"
10SRC_URI[sha256sum] = "49557e7ffca08100f9fc687f4dfc5aea703ca207640c76d9dee7b66f03cb4782"
11
12S = "${WORKDIR}/${PN}_${PV}"
13
14do_install() {
15 install -d ${D}${bindir}
16 install -m 0755 ${S}/bin/* ${D}${bindir}
17}