Move all to deprecated folder.
This commit is contained in:
9
deprecated/firmware/buildroot/package/libexif/Config.in
Normal file
9
deprecated/firmware/buildroot/package/libexif/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_LIBEXIF
|
||||
bool "libexif"
|
||||
help
|
||||
Most digital cameras produce EXIF files, which are JPEG
|
||||
files with extra tags that contain information about the
|
||||
image. The EXIF library allows you to parse an EXIF file
|
||||
and read the data from those tags.
|
||||
|
||||
http://libexif.sf.net
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a libexif-0.6.21.tar.bz2
|
||||
15
deprecated/firmware/buildroot/package/libexif/libexif.mk
Normal file
15
deprecated/firmware/buildroot/package/libexif/libexif.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user