Files
Julien Olivain af8d12953c package/tinycompress: bump to version 1.2.13
For commit log, see:
https://github.com/alsa-project/tinycompress/commits/v1.2.13/

This commit also adds in the hash file a commit with the pgp signature
source and key id used for the verification.

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-12-13 14:44:34 +01:00

15 lines
502 B
Makefile

################################################################################
#
# tinycompress
#
################################################################################
TINYCOMPRESS_VERSION = 1.2.13
TINYCOMPRESS_SOURCE = tinycompress-$(TINYCOMPRESS_VERSION).tar.bz2
TINYCOMPRESS_SITE = https://www.alsa-project.org/files/pub/tinycompress
TINYCOMPRESS_LICENSE = BSD-3-Clause and LGPL-2.1
TINYCOMPRESS_LICENSE_FILES = COPYING
TINYCOMPRESS_INSTALL_STAGING = YES
$(eval $(autotools-package))