You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mxe/src/taglib.mk

17 lines
538 B

# This file is part of MXE. See LICENSE.md for licensing information.
PKG := taglib
$(PKG)_WEBSITE := https://taglib.org/
$(PKG)_DESCR := TagLib
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2918602
$(PKG)_CHECKSUM := 1205d33d5fee41ac6d1dbd27da2b00a94d3f0bfaed607ecf899e9b85ff7934cc
$(PKG)_GH_CONF := taglib/taglib/branches/master
$(PKG)_DEPS := cc zlib
define $(PKG)_BUILD
cd '$(BUILD_DIR)' && $(TARGET)-cmake '$(SOURCE_DIR)'
$(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)'
$(MAKE) -C '$(BUILD_DIR)' -j 1 install
endef