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" |
Patrick Williams | 03907ee | 2022-05-01 06:28:52 -0500 | [diff] [blame] | 4 | LICENSE = "LGPL-2.1-only" |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 5 | DEPENDS = "" |
| 6 | |
| 7 | LIC_FILES_CHKSUM = "file://COPYING.LIB;beginline=1;endline=2;md5=5b1fd1f66ef926b3c8a5bb00a72a28dd" |
| 8 | |
Andrew Geissler | 2daf84b | 2023-03-31 09:57:23 -0500 | [diff] [blame^] | 9 | SRCREV = "305907723a4e7ab2018e58040059ffb5e77db837" |
Patrick Williams | 53961c2 | 2022-01-20 11:06:23 -0600 | [diff] [blame] | 10 | SRC_URI = "git://github.com/kyz/libmspack.git;branch=master;protocol=https" |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 11 | |
| 12 | inherit autotools |
| 13 | |
| 14 | S = "${WORKDIR}/git/${BPN}" |
| 15 | |
| 16 | inherit autotools |