xref: /OK3568_Linux_fs/buildroot/package/libraw1394/libraw1394.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# libraw1394
4#
5################################################################################
6
7LIBRAW1394_VERSION = 2.1.2
8LIBRAW1394_SOURCE = libraw1394-$(LIBRAW1394_VERSION).tar.xz
9LIBRAW1394_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ieee1394
10LIBRAW1394_INSTALL_STAGING = YES
11LIBRAW1394_LICENSE = LGPL-2.1+
12LIBRAW1394_LICENSE_FILES = COPYING.LIB
13
14$(eval $(autotools-package))
15