Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | SUMMARY = "libtar, tar manipulating library" |
| 2 | DESCRIPTION = "libtar is a library for manipulating POSIX tar files" |
| 3 | HOMEPAGE = "http://www.feep.net/libtar" |
| 4 | SECTION = "libs" |
| 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=61cbac6719ae682ce6cd45b5c11e21af" |
| 7 | |
| 8 | SRC_URI = "${DEBIAN_MIRROR}/main/libt/${BPN}/${BPN}_${PV}.orig.tar.gz \ |
| 9 | file://fix_libtool_sysroot.patch \ |
| 10 | file://0002-Do-not-strip-libtar.patch \ |
| 11 | " |
| 12 | |
| 13 | S = "${WORKDIR}/${BPN}" |
| 14 | |
| 15 | SRC_URI[md5sum] = "6ced95ab3a4b33fbfe2dfb231d156cdb" |
| 16 | SRC_URI[sha256sum] = "50f24c857a7ef1cb092e6508758b86d06f1188508f897f3e6b40c573e8879109" |
| 17 | |
| 18 | inherit autotools-brokensep |
| 19 | |
| 20 | PACKAGECONFIG ??= "zlib" |
| 21 | PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib" |