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.
21 lines
562 B
21 lines
562 B
4 years ago
|
################################################################################
|
||
|
#
|
||
|
# libid3tag
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
LIBID3TAG_VERSION = 0.15.1b
|
||
|
LIBID3TAG_DIR = libid3tag-$(LIBID3TAG_VERSION)
|
||
|
LIBID3TAG_SOURCE = libid3tag-$(LIBID3TAG_VERSION).tar.gz
|
||
|
LIBID3TAG_SITE = https://sourceforge.net/projects/mad/files/libid3tag/$(LIBID3TAG_VERSION)
|
||
|
|
||
|
LIBID3TAG_DEPENDENCIES = zlib
|
||
|
|
||
|
LIBID3TAG_AUTORECONF = YES
|
||
|
|
||
|
LIBID3TAG_CONF_OPTS = \
|
||
|
--enable-shared=yes
|
||
|
|
||
|
libid3tag: | $(TARGET_DIR)
|
||
|
$(call autotools-package)
|