mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-13 06:02:11 +00:00
15 lines
400 B
Makefile
15 lines
400 B
Makefile
#############################################################
|
|
#
|
|
# libmms
|
|
#
|
|
#############################################################
|
|
LIBMMS_VERSION = 0.6.2
|
|
LIBMMS_SOURCE = libmms-$(LIBMMS_VERSION).tar.gz
|
|
LIBMMS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/libmms
|
|
|
|
LIBMMS_INSTALL_STAGING = YES
|
|
|
|
LIBMMS_DEPENDENCIES = host-pkg-config libglib2
|
|
|
|
$(eval $(call AUTOTARGETS))
|