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
555 B

# This file is part of MXE. See LICENSE.md for licensing information.
PKG := taglib
$(PKG)_WEBSITE := https://developer.kde.org/~wheeler/taglib.html
$(PKG)_DESCR := TagLib
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.11.1
$(PKG)_CHECKSUM := b6d1a5a610aae6ff39d93de5efd0fdc787aa9e9dc1e7026fa4c961b26563526b
$(PKG)_GH_CONF := taglib/taglib/tags,v
$(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