Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 1 | SUMMARY = "A library for Microsoft compression formats" |
2 | HOMEPAGE = "http://www.cabextract.org.uk/libmspack/" | ||||
3 | SECTION = "lib" | ||||
4 | LICENSE = "LGPL-2.1" | ||||
5 | DEPENDS = "" | ||||
6 | |||||
7 | LIC_FILES_CHKSUM = "file://COPYING.LIB;beginline=1;endline=2;md5=5b1fd1f66ef926b3c8a5bb00a72a28dd" | ||||
8 | |||||
9 | SRCREV = "63d3faf90423a4a6c174539a7d32111a840adadc" | ||||
10 | SRC_URI = "git://github.com/kyz/libmspack.git" | ||||
11 | |||||
12 | inherit autotools | ||||
13 | |||||
14 | S = "${WORKDIR}/git/${BPN}" | ||||
15 | |||||
16 | inherit autotools |