Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Library for reading mod-like audio files" |
| 2 | HOMEPAGE = "http://modplug-xmms.sf.net" |
| 3 | |
| 4 | LICENSE = "PD" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c9182faa1f7c316f7b97d404bcbe3685" |
| 6 | |
Andrew Geissler | c5535c9 | 2023-01-27 16:10:19 -0600 | [diff] [blame] | 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/modplug-xmms/libmodplug-${PV}.tar.gz \ |
| 8 | file://0001-fastmix-Drop-register-storage-class-keyword.patch" |
| 9 | |
Brad Bishop | 7e36d53 | 2019-09-16 07:44:26 -0400 | [diff] [blame] | 10 | SRC_URI[sha256sum] = "457ca5a6c179656d66c01505c0d95fafaead4329b9dbaa0f997d00a3508ad9de" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 11 | |
| 12 | inherit autotools pkgconfig |
| 13 | |
| 14 | EXTRA_OECONF = "--disable-option-checking" |
| 15 | |
| 16 | # NOTE: autotools_stage_all does nothing here, we need to do it manually |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 17 | do_install:append() { |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 18 | install -d ${D}${includedir}/libmodplug |
| 19 | install -m 0644 ${S}/src/modplug.h ${D}${includedir}/libmodplug |
| 20 | install -m 0644 ${S}/src/modplug.h ${D}${includedir}/ |
| 21 | } |