05a710e0d5
These flags are already defined in pkg-autotools.mk. There is no need to have them twice. [Thomas: restore += instead of = in the opus package, as suggested by Yann E. Morin.] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
501 B
Makefile
16 lines
501 B
Makefile
################################################################################
|
|
#
|
|
# libexif
|
|
#
|
|
################################################################################
|
|
|
|
LIBEXIF_VERSION = 0.6.21
|
|
LIBEXIF_SOURCE = libexif-$(LIBEXIF_VERSION).tar.bz2
|
|
LIBEXIF_SITE = http://downloads.sourceforge.net/project/libexif/libexif/$(LIBEXIF_VERSION)
|
|
LIBEXIF_INSTALL_STAGING = YES
|
|
LIBEXIF_DEPENDENCIES = host-pkgconf
|
|
LIBEXIF_LICENSE = LGPLv2.1+
|
|
LIBEXIF_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|