Files
rpi-buildroot/package/libsilk/libsilk.mk
Bernd Kuhls f64c27eb44 package/libsilk: bump version
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-02-02 12:35:02 +01:00

16 lines
517 B
Makefile

################################################################################
#
# libsilk
#
################################################################################
LIBSILK_VERSION = f97ee24e561610618a5af9abd78e35d565f448d0
# we use the FreeSwitch fork because it contains pkgconf support
LIBSILK_SITE = $(call github,freeswitch,libsilk,$(LIBSILK_VERSION))
LIBSILK_LICENSE = BSD-3-Clause
LIBSILK_LICENSE_FILES = COPYING
LIBSILK_AUTORECONF = YES
LIBSILK_INSTALL_STAGING = YES
$(eval $(autotools-package))